diff --git a/includes/admin/settings/class-sp-settings-general.php b/includes/admin/settings/class-sp-settings-general.php index 1eb1e1e8..fb1ff2e2 100644 --- a/includes/admin/settings/class-sp-settings-general.php +++ b/includes/admin/settings/class-sp-settings-general.php @@ -83,6 +83,19 @@ class SP_Settings_General extends SP_Settings_Page { array( 'type' => 'frontend_styles' ), + array( + 'title' => __( 'Align', 'sportspress' ), + 'id' => 'sportspress_table_text_align', + 'default' => 'default', + 'type' => 'radio', + 'options' => array( + 'default' => __( 'Default', 'sportspress' ), + 'left' => __( 'Left', 'sportspress' ), + 'center' => __( 'Center', 'sportspress' ), + 'right' => __( 'Right', 'sportspress' ), + ), + ), + array( 'title' => __( 'Custom CSS', 'sportspress' ), 'id' => 'sportspress_custom_css', @@ -117,19 +130,6 @@ class SP_Settings_General extends SP_Settings_Page { 'checkboxgroup' => 'end', 'desc_tip' => __( 'This will enable a script allowing the countdowns to be animated.', 'sportspress' ), ), - - array( - 'title' => __( 'Align', 'sportspress' ), - 'id' => 'sportspress_table_text_align', - 'default' => 'default', - 'type' => 'radio', - 'options' => array( - 'default' => __( 'Default', 'sportspress' ), - 'left' => __( 'Left', 'sportspress' ), - 'center' => __( 'Center', 'sportspress' ), - 'right' => __( 'Right', 'sportspress' ), - ), - ), array( 'title' => __( 'Header Offset', 'sportspress' ),