[Resolved] Mobile Hamburger Slideout

Home Forums Support [Resolved] Mobile Hamburger Slideout

Home Forums Support Mobile Hamburger Slideout

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #258784
    Axel

    Hello,

    Can I control the slideout of the hamburger menu ?

    How can I make the slideout fullscreen, left, right or center

    #258884
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You can open it from the right like this: https://docs.generatepress.com/article/open-slideout-navigation-right/

    To make it fullscreen, you could do something like this:

    @media (min-width: 400px) {
        .slideout-navigation {
            width: 100%;
        }
    }

    If you do that, you’ll need to add a close button to the slide-out menu by adding a Custom Link, making the URL # and giving it this class: slideout-toggle

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