container type never gets set v.0.6.12
This commit is contained in:
parent
be4f11c193
commit
742cf2f6a2
|
@ -64,7 +64,7 @@ if ( ! function_exists( 'understrap_theme_customize_register' ) ) {
|
||||||
$wp_customize->add_control(
|
$wp_customize->add_control(
|
||||||
new WP_Customize_Control(
|
new WP_Customize_Control(
|
||||||
$wp_customize,
|
$wp_customize,
|
||||||
'container_type', array(
|
'understrap_container_type', array(
|
||||||
'label' => __( 'Container Width', 'understrap' ),
|
'label' => __( 'Container Width', 'understrap' ),
|
||||||
'description' => __( "Choose between Bootstrap's container and container-fluid", 'understrap' ),
|
'description' => __( "Choose between Bootstrap's container and container-fluid", 'understrap' ),
|
||||||
'section' => 'understrap_theme_layout_options',
|
'section' => 'understrap_theme_layout_options',
|
||||||
|
|
Reference in New Issue