How can I fix my nav bar for mobile?

Here is my site

https://preview.webflow.com/preview/juwans-stunning-site?preview=7e7be7b66a3bfd36db99c62137a1192e

My hamburger button does not work and the design dropdown is wonky. I realized that there maybe a more elegant solution out there, can someone help?

  • Juwan

Here is my public share link: LINK
(how to access public share link)

Hi @juwanplatt

The reason for this issue is that Navbar has z-index=0. Since there is one more element with absolute position (“hero-container”), Navbar get covered and menu button did not get a click.

Increase z-index for Navbar and you will get access to the button.

Regards,
Anna

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.