Change header height

Posted in: Newspaper
Post count: 15

Hello, how can I reduce the header height? I’m using Style 6 header, and I want to go from this:

To this:

I believe the height is 80px, I want it to be 44. Thanks!

  • This topic was modified 9 years by benitouk.
Post count: 23312

Hello benitouk,

You can achieve this style if you will use a bit of CSS code. Try to add the code below in Theme panel->Custom CSS area, like this ->

.td-header-menu-wrap-full{
height:44px!important;
}
.td-header-style-6 .td-main-menu-logo a {
line-height: 44px!important;
}
.td-header-style-6 .td-main-menu-logo img {
max-height: 44px!important;
}
.td-header-style-6 .sf-menu > li > a {
line-height: 44px!important;
}
.header-search-wrap .td-icon-search {
line-height: 22px!important;
}

The result is here -> https://www.screencast.com/t/Xb4JM6Zov

Hope this helps!

Thanks for your understanding!

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