Site logo

Archived topic

Sticky navigation not showing

4 replies · Started by Victor on August 3, 2020

Viewing posts 1–5 of 5

Hello,

I have the problem that my sticky navigation doesn't show on some parts on the website, I tried different codes searching here for a solution but so far nothing, this problem alsa affect the submenu (I guess is the same problem)

Can you please help me?

Thank you

I tried all the solutions in this forum, but none worked

Hi there,

try adding this CSS:

.site-content {
    position: relative;
    z-index: 1;
}

Thank you, that fixed the problem !!!

You're welcome

This archived topic is closed to new replies.