Sticky Menu mobile

Posted in: Newspaper
Post count: 23

Hi,

how to let Sticky Menu on mobile, and not Sticky on Desktop?

thanks,
mike

Post count: 22421

Hello,

You can use this css trick to remove the sticky menu on desktop and tablets:
@media(min-width:767px){
.td-affix{
display:none!important;
}}

Add the code in the theme panel->custom css box.
Thank you!

Post count: 23

Nice !!!

Thank you Bogdan : ))

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