Archived topic
Mobile Hamburger Slideout
1 reply · Started by Axel on December 29, 2016
Viewing posts 1–2 of 2
Hello,
Can I control the slideout of the hamburger menu ?
How can I make the slideout fullscreen, left, right or center
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
This archived topic is closed to new replies.