Archived topic
Hamburger Menu Link with off canvas
3 replies · Started by Danny on April 11, 2019
Viewing posts 1–4 of 4
Please provide some CSS to customize the spacing of the menu links on mobile. I am using off the canvas. To clarify, when I edit the menu through the editor, the spacing is too great on mobile.
Hi there,
Give this CSS a shot:
@media (max-width: 768px) {
.main-navigation.slideout-navigation .main-nav > ul > li > a {
line-height: 40px;
}
}
Let me know :)
works great, thanks sir!
No problem :)
This archived topic is closed to new replies.