Site logo

Archived topic

Issues mobile menu

5 replies · Started by Renske on February 21, 2022

Viewing posts 1–6 of 6

Hi there,

I'm having a hard time getting my mobile menu right. I want only the menu on the right, but for some reason the one on top keeps showing up when I change something in my settings. I've shared a video of the 2 menus and my settings in private info.

I hope you can help me with this! :) Thanks!

Hi there,

you can hide the Top ( Secondary navigation ) on mobile by adding this CSS:

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

Awesome, thanks!

And what would I need to do if I wanted to show the hamburger menu on top of the screen? Next to the logo?

No this looks fine. Thanks! :)

Glad to hear that

This archived topic is closed to new replies.