Site logo

Archived topic

How to wrap up off canvas mobile menu items?

5 replies · Started by Georgi on February 26, 2022

Viewing posts 1–6 of 6

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

This archived topic is closed to new replies.