The problem I’m having, is that the hamburger icon when the site is viewed in mobile, is no longer clickable. I’ve tried re-doing the navbar completely, still not clickable.
I’ve tried a few times with no luck so far. Any guidance will be appreciated.
Currently looks like this in design mode, but doesn’t replicate in the working mode.
Have you tried to give it a higher z-index? I had this issue on mobile landscape and could never get help with it… thanksfuly it started to work again but I don’t know why.
Can you please share your project’s public link so it’s easier to understand your issue?
To navbar - apply position = relative, z-index = 2000
To navtextmenu (in open state) - apply z-index - 3000
Just from my own experience, sometimes it is easier to delete and reconstruct element if you messed up too much. Because sometimes you can do not notice when you change default styles (settings).
If you will make this changes and hamburger icon will not react on click (what happens to me sometimes) just add one more navbar element and delete it back. Weird, but somehow it helps and everything start to work again.