Archived topic
Fix Off Canvas menu
3 replies · Started by Ivan on April 20, 2020
Viewing posts 1–4 of 4
Dear all,
Im using off canvas menu to show my products categories, I've added a widget "Text" but it looks a bit strange, can you help me to reduce this space between the title and the categories? Thank you in advance.
https://pasteboard.co/J4Hhceg.jpg
Br
Ivan
Hi there,
try this CSS:
.slideout-navigation .slideout-widget:not(:last-child) {
margin-bottom: 10px;
}
.slideout-navigation .slideout-widget h2 {
margin-bottom: 0;
}
Wonderfull!! Thanks and sorry for the delay.
Glad to be of help
This archived topic is closed to new replies.