Scrolling Problem

Posted in: Newspaper
Post count: 170

Hi,

Just noticed when I scroll down that my header menu goes from one to two lines and you can only see the last two header titles i.e. all the others disappear. Please try scrolling here – howdoidate.com and you’ll see what I mean.

Can you please let me have a fix? – one line of header titles that are always visible when you scroll down.

Thanks

Derek

Post count: 7909

Hi,

You have to many items to the menu and on sticky menu also the logo is added there, that’s why it breaks on 2 rows.
You can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/qwPGNlEGU

.td-header-style-1 .td-header-menu-wrap.td-affix .sf-menu > li > a {
padding-left: 0px;
font-size: 13px;
}
.td-header-style-1.td-header-wrap .td-affix .td-main-menu-logo {
margin-right: 5px;
}

Or if you don’t need logo on sticky menu you can hide it for extra space – http://screencast.com/t/qfYLXjlu0bRs

@media (min-width: 768px){
.td-header-style-1 .td-header-menu-wrap.td-affix .td-logo-sticky {
display: none;
}
}

Thanks!

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