Site logo

Archived topic

mobile menu - scratching my head

3 replies · Started by sparkle on August 26, 2018

Viewing posts 1–4 of 4

hi again helpful gpp peeps,

i have enabled menu plus on my site and i would like to hide our standard double nav use a single simplified navigation for mobile users. i created the new menu and assigned it to the slideout menu in the theme location and made the adjustments to Customize > Layout > Slideout Navigation but the slideout menu does not appear on mobile. what did i miss?

here are what my settings look like. https://imgur.com/a/Ins8Cly

these are the helpful support docs i used to get me this far....
https://docs.generatepress.com/article/activating-slide-out-navigation/
https://docs.generatepress.com/article/mobile-navigation/

ps. i also cleared the cache

Hi there,

You can hide the secondary navigation on mobile like this:

@media (max-width: 768px) {
    #secondary-navigation {
        display: none;
    }
}

The main navigation is opening the slideout navigation on mobile for me.

Let me know :)

ok. i got it. i think i was having an epic mobile browser cacheing issue on top of everything else. lol. thanks, tom!

No problem! :)

This archived topic is closed to new replies.