Reduce the Main Menu height of the Header Style 12

Posted in: Newspaper
Post count: 56

Hi,

any easy way to reduce the Main Menu height

<div class=”td-header-menu-wrap-full” style=”height: 80px;”>

of the Header Style 12 – Top colored menu with logo?

thx

Post count: 22421

Hello,
You can use a bit of css to do it, but it’s a bit tricky on this header style as you have to adjust the logo as well:
.td-header-style-12 .td-header-menu-wrap-full{
height: 40px!important;
}
.td-header-style-12.td-header-style-12 .td-main-menu-logo img{
max-height: 45px!important;
}
.td-header-style-12.td-header-style-12 .td-main-menu-logo a{
line-height: 45px;
}
.td-header-style-12.td-header-style-12 .td-header-menu-wrap .sf-menu > li > a{
line-height: 40px!important;
}
.td-header-style-12 #td-top-search{
top: 25%!important;
}
.td-header-style-12 .header-search-wrap .td-drop-down-search{
top: 65%!important;
}

Thank you!

Post count: 56

thx

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.