diff --git a/css/customizer.css b/css/customizer.css index a5f81eb7..99e89eae 100644 --- a/css/customizer.css +++ b/css/customizer.css @@ -21,6 +21,12 @@ padding: 10px; } +.section-meta + li .customize-control-title.settings-heading { + border-top: 0; + margin-top: 0; + padding-top: 0; +} + .customize-control-description { margin-bottom: 10px; } diff --git a/footer.php b/footer.php index 2baaef17..2d56d7cb 100644 --- a/footer.php +++ b/footer.php @@ -16,12 +16,27 @@ + diff --git a/functions.php b/functions.php index d4497d6a..537bae06 100644 --- a/functions.php +++ b/functions.php @@ -375,22 +375,11 @@ function memberlite_widgets_init() { ) ); - $footer_widgets_count = get_theme_mod( 'memberlite_footerwidgets', $memberlite_defaults['memberlite_footerwidgets'] ); - if ( $footer_widgets_count == '2' ) { - $footer_widgets_col_class = 'medium-6'; - } elseif ( $footer_widgets_count == '3' ) { - $footer_widgets_col_class = 'medium-4'; - } elseif ( $footer_widgets_count == '6' ) { - $footer_widgets_col_class = 'large-3'; - } else { - $footer_widgets_col_class = 'medium-3'; - } register_sidebar( array( 'name' => __( 'Footer Widgets', 'memberlite' ), 'id' => 'sidebar-4', - 'description' => 'You can set the number of widget columns in Appearance > Customize. Default: 4 columns.', - 'before_widget' => '