Site logo

Archived topic

sticky menu without jquery

3 replies · Started by Sergio on December 15, 2020

Viewing posts 1–4 of 4

I read that the sticky menu is the only element in GeneratePress that uses jquery.

Isn't there any way to make the menu sticky without jquery? Only with CSS, for example?

Thanks in advance
Greetings

Hi there,

try this CSS:

#site-navigation,
#mobile-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

Thanks David!
I will try.

You're welcome

This archived topic is closed to new replies.