css class added to widget section

This commit is contained in:
ed barz 2023-03-26 20:03:21 +02:00
parent 8037199dcf
commit e4ac6b32ae
2 changed files with 10 additions and 1 deletions

View File

@ -38,7 +38,7 @@ function boiler_widgets_init() {
'name' => esc_html__( 'Menu Principal', 'boiler' ),
'id' => 'dyn-side-header',
'description' => esc_html__( 'Add widgets for header sidebar', 'boiler' ),
'before_widget' => '<section class="widget">',
'before_widget' => '<section class="widget headmenu">',
'after_widget' => '</section>',
'before_title' => '<h2 class="widget-title">',
'after_title' => '</h2>',

View File

@ -410,4 +410,13 @@ ul#menu-head li {
ul#menu-head {
text-align: right;
}
section.headlogo {
display: inline-block
}
section.headlogo img{
max-height: 70px;
width: auto;
}