Archived topic
How to increase width of off canvas menu?
7 replies · Started by kiant123 on December 27, 2021
Hi,
I have set up my desktop inner width navigation so that it is how i want it, but when i change to mobile view the off-canvas menu (inner navigation width) seems to be very narrow inside. Is there a way to set this to full and keep the desktop nav the same?
thanks
I've managed to solve it somehow but now i have a different problem in that i cannot change my logo size in the header on desktop. I move the slider but it's not moving to be bigger or smaller. How do i make this smaller? I've added a screenshot.
thanks.
Hi there,
you will have to use some CSS as the webP optimization your site is running is changing the HTML.
try this:
.site-logo img {
width: 120px;
}
Hi,
Since making some changes (setting my navigation as the header) I am now running back into the problem I had in the beginning that I laid out in my first post.
I've attached an image outlining the problem I have. Is there a way to make the off-canvas menu on mobile wider?
Thanks in advance.
this also happens in tablet mode.
Add this CSS to remove that extra padding:
#generate-slideout-menu .inside-navigation {
padding: 0
}
worked perfectly!
Thank you.
Glad to hear that!