Archived topic
How to wrap up off canvas mobile menu items?
5 replies · Started by Georgi on February 26, 2022
Good evening GP team,
I'm wondering if it's possible to give off canvas mobile menu items wrapping like this https://prnt.sc/nx3UPDt41ek2 instead of the default https://prnt.sc/tpFELYXALy42
Your help is appreciated!
Hi there,
What are you referring to here? The border underneath each menu item?
Can you link us to the page in question?
Hi Leo,
Yes, the border underneath each menu item in the off canvas menu.
Link in private area.
Hi there,
add this CSS:
#generate-slideout-menu.main-navigation .inside-navigation {
padding-left: 0;
padding-right: 0;
}
.slideout-navigation.main-navigation .main-nav ul li a {
border-bottom: 1px solid #ccc;
}
Thanks, it works nicely! :)
You're welcome