reduce header height

Posted in: Newspaper
Post count: 5

Hello
I would like to reduce header height (version 7).

Can you tell me how to do it?

Thanks.

Post count: 22421

Hi,
Please provide a link to your site and more details to how you want to make change the height. Is it the whole header or just the header menu?
Thank you!

Post count: 5

Hello,
i’m talking about the top bar with logo and menu.

http://www.perdipesoconme.com/blog/

I can send you access details but in private.

Post count: 22421

Hi,
You can make the header smaller by using this custom css:

.td-header-style-7 .td-header-sp-logo{
height: 60px!important;
}
.td-header-style-7 #td-header-menu{
min-height: 60px!important;
}
.td-header-style-7 .td-header-sp-logo a{
line-height: 60px!important;
}
.td-header-style-7 .sf-menu > li > a{
line-height: 5px!important;
}
.sf-menu > li > a:after{
bottom: -12px!important;
}
.header-search-wrap .td-icon-search{
line-height: 70px!important;
}

Thank you!

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