Site logo

Archived topic

Sticky Navigation Links Not Working Over Page Links

3 replies · Started by Jason on November 8, 2022

Viewing posts 1–4 of 4

Hello!

When scrolling down the page, if the sticky navigation is over a container link, the nav links don't work. I've tried adding this to my css, but no dice:

#sticky-navigation {
    z-index: 10000 !important;
}

Interestingly, the issue does not occur over buttons blocks. As far as I can tell, it's mostly links over containers and images. Any ideas for a fix? Thank you!

Hi Jason,

The z-index should apply to the parent element of the sticky navigation, try this:

.header-wrap {
    z-index: 100;
}

Works perfectly! Thank you, so much, Ying!

You are welcome :)

This archived topic is closed to new replies.