Site logo

[Support request] sticky menu without jquery

Home Forums Support [Support request] sticky menu without jquery

Home Forums Support sticky menu without jquery

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1581327
    Sergio

    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

    #1581731
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

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

    Thanks David!
    I will try.

    #1582201
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.