Floating header

Posted in: Newspaper
Post count: 14

Hi.

How can I enable ‘always sticky’ for desktop only.

I don’t want the mobile header to be sticky?

Thank you.

Post count: 3343

Hi,
Try with this CSS, add it in Theme Panel -> Custom CSS

@media (max-width: 767px) {
#td-outer-wrap .td-header-menu-wrap.td-affix {
position: relative !important;
}
}

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.