diff --git a/inc/customizer.php b/inc/customizer.php index 3c3c06c..7176b6d 100644 --- a/inc/customizer.php +++ b/inc/customizer.php @@ -76,7 +76,7 @@ if ( ! function_exists( 'understrap_theme_customize_register' ) ) { $wp_customize, 'understrap_sidebar_position', array( 'label' => __( 'Sidebar Positioning', 'understrap' ), - 'description' => __( "Set sidebar's position. Can either be: right, left, both or none", + 'description' => __( "Set sidebar's default position. Can either be: right, left, both or none. Note: this can be overridden on individual pages.", 'understrap' ), 'section' => 'understrap_theme_layout_options', 'settings' => 'understrap_sidebar_position',