Header Style 8 not working at full width

Posted in: Newspaper
Post count: 12

Could you please provide the CSS to fix header style 8 (Hybrid menu 2). In full width, the logo is overlapping the bottom of the container and there is a line above the menu.

See site here: http://www.hwinsider.com/

Thanks!

Post count: 12

It looks like style 8 is only meant to work with a top bar nav in addition to the header menu. I switched to style 7 instead. Is there any way to make my logo a little bigger and not overlap the container in style 7?

Post count: 22421

Hello,

Header style 8 has the top menu included inside the container so removing the top menu will probably cause a few issues. I will add this to our fix list and hopefully in a future version we will be able to provide a fix for it.
you can make the logo a bit bigger using css:
.td-header-style-7 .td-affix .td-header-sp-logo img{
max-height: 65px!important;
}
.td-header-style-7 .td-affix .td-header-sp-logo{
height: 65px!important;
}
@media (min-width: 768px){
.td-header-wrap .td-affix .sf-menu>li>a {
line-height: 65px !important;
}
}
.header-search-wrap .td-icon-search{
line-height: 35px!important;
}

Thank you!

Post count: 98

The solution create an issue in Header Style 8. The logo overwrite meniu. How can be fixed?

I mean how can move the main meniu to the right as logo to not overwrite meniu text.

Post count: 22421

Hello,
The css must be done on every site in particular as not all the logos have the same dimensions and not all users have the same plugins which might overwrite some of the css. So if you require a css code for a modification, please point out your website and make sure you have the specific header style selected as it will need to be customized ‘on the spot’.
Thank you!

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