Site logo

Archived topic

Double Menu Bars Below Certain Width

3 replies · Started by Anthony on January 26, 2021

Viewing posts 1–4 of 4

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;
    }
}
This archived topic is closed to new replies.