Archived topic
Issues mobile menu
5 replies · Started by Renske on February 21, 2022
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?
I can see the logo and the navigation menu like so:
https://www.screencast.com/t/Ru6Qjnaksd
Maybe clear the caches?
OR is there something i am missing ?
No this looks fine. Thanks! :)
Glad to hear that