Sticky menu help

Posted in: Newspaper
Post count: 38

Sample page: https://bingewhat.com/2018/02/20/the-best-movies-on-hbo/
I’ve gotten the sticky menu how I like it, except the logo jumps up when scrolling down. By 9px. Can’t figure out what’s going on. Have tried everything.

Post count: 22421

Hello,

Please add this css code in your theme panel-> custom css box:

@media (min-width: 768px){
.td-header-style-5 .td-affix .td-main-menu-logo img, .td-header-style-6 .td-affix .td-main-menu-logo img, .td-header-style-12 .td-affix .td-main-menu-logo img {
top: 9px;
}
}

Thank you!

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