Z index not working for Sticky Nav

Hi !

So i changed the Navbar position to sticky and its sticking to the top of the viewport but everything else on the page is going over it. Im confused. I set the z index for the sticky nav to a high number and the position of all other sections is static.
Pls help.


Here is my site Read-Only: LINK

Hi @yugvir_parhar,

There’s a problem in your hero section. Reset the class: “.my_contain .hero” position to relative and change the z-index to a number lower than your navbar.

Everything should work from there.

Goodluck!

@egenix Hi!
I thought leaving the z index to Auto would be fine but changing it to a lower number helped. Thanks!