[Resolved] Sticky Header with disabled menus (Mobile menu disabled too)

Home Forums Support [Resolved] Sticky Header with disabled menus (Mobile menu disabled too)

Home Forums Support Sticky Header with disabled menus (Mobile menu disabled too)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1266487
    Rogi

    Hi guys.

    I would like to have a sticky header, with no menu enabled (mobilie menu disabled too).

    Is there a way to do this?

    Thanks in advance.

    #1266492
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

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

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1266516
    Rogi

    Thank you very much, Leo!

    #1266762
    Leo
    Staff
    Customer Support

    No problem 🙂

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