css class added to widget section
This commit is contained in:
parent
8037199dcf
commit
e4ac6b32ae
|
@ -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>',
|
||||
|
|
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue