For some reason the burger doesn’t appear on top of the menu on the ‘Read’ page after first click. So when you click it totally disappears. It’s still there it just goes away. This only occurs on this one page and I’ve tried all browsers — still the same.
Could anyone help? Please see share link below. This is the published link
Hi @Sonja when you’re on the read page, if you click the burger button the X doesn’t appear. If you click the burger button on any other page, the X appears and you can close out.
The only thing I can think of right now: You have to move the burger menu in your layer stack.
Since everything is in one div, changing the z-index has no effect on it. You have to move the burger menu down… I think right now it’s hidden under menu_left.
(Webflow Navigator tree:
The “higher” in the layer navigator list, the lower you are in the stack.
The “lower” an element is in the list, the higher it is in the stack.)
But then you have to change your flex layout.
I don’t why only chrome has a problem with that. I noticed something similar on my website once…
Maybe that’s not the easiest fix, but the only one I can think of right now