Send Nav Bar to Front

Hi Everyone,

Im having trouble with some images. I have a Nav Bar but it keeps going to the background. As you can see on both images below my nav bar appear behind the images. How can I make it appear in front of my images.

Thx for the help!!


Here is my public share link: LINK

Simply select your nav bar element and change it’s position to absolute or fixed (if you want a sticky nav) and then set your z-index to a value over your other elements.

If you haven’t set a z-index on anything else, just choose any number above 0. I tend to start with 100. Good Luck!

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