Archived topic
Moving the off canvas menu higher but it in mobile view the X is hidden
2 replies · Started by Pete on November 1, 2019
Viewing posts 1–3 of 3
I've moved the off canvas menu higher up using this css...
.slide-opened ul#menu-off-canvas-1.slideout-menu {margin-top:-80px;}
Unfortunately it moves over the X in mobile view. Is there a way to keep the X visible and the menu higher?
Thanks.
This is the best I could manage, but i'd like the X to float on the right if possible?
.slide-opened ul#menu-off-canvas-1.slideout-menu {margin-top:-20px;}
.slide-opened .slideout-exit {margin-top:-50px;}
Hi there,
try this CSS:
.slideout-navigation.do-overlay .slideout-exit {
text-align: right !important;
}
This archived topic is closed to new replies.