Site logo

Archived topic

To put a z-index higher than Sticky Navigation

5 replies · Started by Gustavo on August 20, 2018

Viewing posts 1–6 of 6

Hello!
Could you help me with this?
I have an element with a z-index 100 so that part of it covers the page header, until then everything is fine, the problem is that when I do sroll, this element covers Sticky Navigation.
Is there a way to put a z-index higher than Sticky Navigation?
Thank you

Hi there,

Any chance you can link us to the site in question?

You can edit the original topic and use the private URL field.

Let me know :)

I have the same problem and need to set the sticky navigation higher. How do I do that?

This should work:

.navigation-stick {
    z-index: 1000;
}

That did not work, but I found a way to set the other object lower so its not a problem anymore.

Glad you got it working :)

This archived topic is closed to new replies.