Theme Mobile Header

Posted in: Newspaper
Post count: 497

Dear, I am using the stick menu feature in my theme of website PAKDEFENSE.COM. I don’t want to use the stick menu feature in mobile devices, but want to use in desktop view. Please help me.

Post count: 20688

Hi,

Once activated the sticky menu will be displayed on all devices, that is why it is called always sticky. You could try a code like this is the Theme panel->Advanced CSS in the phones section

.td-header-menu-wrap.td-affix {
position: static!important;
}

It should prevent the sticky menu from working on phones.

Thanks

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