Archived topic
Double Menu Bars Below Certain Width
3 replies · Started by Anthony on January 26, 2021
Can't figure out why this is showing two menu bar icons when the menu initially switches to the mobile version. If you keep dragging the browser width smaller it then turns to one menu bar.
Hi there,
That's a known issue currently. We will be fixing it in the next update.
We can use CSS to hide it for now but looks like you've already done that?
Let me know :)
I have not. Does it not show for you? lol I will hide it if it continues to bug me haha.
I'll await the update!
Thanks Leo!
Ahh I see it now - forgot to resize the screen.
Try this CSS:
@media (min-width: 769px) and (max-width: 1100px)
#mobile-header .menu-toggle {
display: none !important;
}
}