Archived topic
some way to do a menu overlay
2 replies · Started by PIXELPRO SAS on April 19, 2017
hi i want to know if i can do a menu overlay like this one with generete press hooks or styles https://www.w3schools.com/howto/howto_js_fullscreen_overlay.asp thanks a lot
Hi there,
You can use GP's Slideout navigation on desktop:
https://docs.generatepress.com/article/activating-slide-out-navigation/
Then change the width with CSS like this:
nav.slideout-navigation {
width: 100%;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
There's plans for a true overlay-like effect for the slide-out menu in future versions :)