Archived topic
slide out menu width
6 replies · Started by sdanbu on September 10, 2017
I would like the slide out menu to be the full width of any mobile device.
I read on https://generatepress.com/forums/topic/reducing-width-of-slideout-menu/ that I can use css to adjust the menu width
nav.slideout-navigation {
width: 270px;
}
Is there a way to say "width: [full screen of any mobile device]"?
Try this:
nav.slideout-navigation {
width: 100%;
}
Thank you for all your help!
No problem!
I wanted to do that with my menu and set the width to 100% but then I'm not able to close the menu again, because the X is under the menu itself. How can I make the X to show up?
thanks
Hi there,
Couple options:
https://generatepress.com/forums/topic/slideout-menu-to-the-right-with-x-close-button/#post-385424
https://generatepress.com/forums/topic/slideout-menu-widget-area-and-close-x/#post-390603
Let me know if you need more info :)
yep