Menu hiding behind text on some pages

Hello everyone
For some reason my dropdown menu hides behind text on the homepage and some other pages, but not others…not sure what’s going on, and would love some help.

Thanks!

https://preview.webflow.com/preview/vickers-venture-website?utm_medium=preview_link&utm_source=designer&utm_content=vickers-venture-website&preview=1a4e9f5f9d0ec1831460d786ed7a1ffa&workflow=preview


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Sounds like a z-index issue. You could set your navigation wrapper to display: relative and then give it a z-index of like 9999.

Hey! I have the z index set to that already, but it’s still happening :frowning:

It looks good on my end. Let me know if you’re still having trouble.

yes! I accidentally set the nav wrapper position to static, when it was supposed to be absolute! thank you