Archived topic
off canvas menu - move the closing X to the right
5 replies · Started by Davide on October 14, 2021
Viewing posts 1–6 of 6
Hi, is there an "elegant" way to move the closing X of an off canvas mobile menu to the right side of the screen? Actually it should be in the same spot where the toggle is. I already researched in the forum, couldn't find anything.
thanks!
Davide
Hi there,
could you share a link to your site so i can see the layout ?
sure! I added it in the private info.
thanks!
D.
Try this CSS:
.slideout-navigation.do-overlay .slideout-exit {
position: absolute !important;
right: 0px;
padding-top: 15px;
}
.slideout-navigation.do-overlay .inside-navigation .main-nav {
margin-top: 80px;
}
Perfect, thanks!
Glad to be of help
This archived topic is closed to new replies.