Site logo

Archived topic

Sticky header

6 replies · Started by Anil on February 23, 2023

Viewing posts 1–7 of 7

how to make header sticky without navigation

Hi Anil,

If the option in Appearance > Customize > Layout > Sticky Navigation doesn't work: https://docs.generatepress.com/article/sticky-navigation/

Try adding this through Appearance > Customize > Additional CSS instead:

header.site-header {
    position: sticky;
    top: 0;
    z-index: 10001;
}

Thanks Fernando, done :-)

You're welcome, Anil! :)

I am seeing scrolled text beneath header, how to increase the opacity of header so that scrolled text and icons not visible in header area... also links in sidebar clickable under header area

I see. I modified the code above. Can you try that instead?

Thanks done :-)

This archived topic is closed to new replies.