Archived topic
slideout navigation width
1 reply · Started by Rolandas on April 23, 2018
Viewing posts 1–2 of 2
Hi
How properly to increase the slide-out menu width (in mobile view)?
When I use
.slideout-navigation {width: auto;}
I get almost what I want, but
when I open a sub-menu lines, slide-out covers or hides X (.button.slideout-exit)
Hi there,
Remove that and try this instead:
.offside {
width: 530px;
}
Let me know.
This archived topic is closed to new replies.