diff --git a/inc/customize-configs/section-features.php b/inc/customize-configs/section-features.php index fb7f9002..40837f52 100644 --- a/inc/customize-configs/section-features.php +++ b/inc/customize-configs/section-features.php @@ -113,8 +113,8 @@ 'description' => '', 'type' => 'select', 'choices' => array( - '3' => esc_html__( '4 Columns', 'onepress' ), - '4' => esc_html__( '3 Columns', 'onepress' ), + '3' => esc_html__( '3 Columns', 'onepress' ), + '4' => esc_html__( '4 Columns', 'onepress' ), '6' => esc_html__( '2 Columns', 'onepress' ), ), )