Main Menu not stick on mobile only

Posted in: Newspaper
Post count: 48

Hello,

Is it possible to please make the main menu stick only on desktop/tablet (not mobile)?

Many thanks.

Post count: 6600

Hi,

Yes, use this custom css in theme panel > custom css filed: http://screencast.com/t/kIGOrwR2K and set the menu to be sticky from theme panel.

@media (max-width: 767px){
.td-affix {
position: initial !important;
}
}

Thanks

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