Site logo

Archived topic

Sticky menu not working with transparent header

4 replies · Started by Mikael on July 9, 2021

Viewing posts 1–5 of 5

Hi!

I have set a transparent header via elements to show on homepage and also a sticky menu.

The sticky menu however doesn't sem to work. It displays nice but clicking a menu item just clicks th item under on the page.

You can test this by scrolling down a bit so the sticky navigation is over a clickable element on the page.

It's seems like this is affecting only when there are container links under the sticky menu?

Hi there,

thats peculiar, can you try adding this CSS:

.gb-container-link {
    z-index: 1 !important;
}

Let me know

Thanks David, that did the trick. Worked just great!

🙂

You're welcome

This archived topic is closed to new replies.