How to remove Sticky Header on Mobile

Posted in: Newsmag
Post count: 8

I want to have Sticky Header on Desktop but not on mobile.
Thank you.

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css:

@media (max-width: 768px){
.td-header-main-menu.td-affix{
position: initial!important;
}
}

Let me know how it goes.
Thanks!

  • This reply was modified 10 years by Andrei L..
  • This reply was modified 10 years by Andrei L..
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.