Site logo

Archived topic

Off Canvas Menu - Padding of last sub-menu item

5 replies · Started by Joe on November 12, 2019

Viewing posts 1–6 of 6

Hi GP Crew,

When I expand the final menu item for the last sub-menu to appear, in the off-canvas panel, it encroaches on the widget title/area a bit.

How can I increase the padding after that last sub-menu item, only?

Thanks. Joe

Hi there,

Any chance you can link us to the site in question?

You can edit the original topic and use the private URL field.

Let me know :)

Thanks, Leo - click on 'Learn more' and it's the final item that gets a bit closer to the 'Search' widget title. It would be good to keep the original distance between them.

Try this CSS:

.slideout-navigation.main-navigation .main-nav ul li:last-child ul li:last-child a {
    margin-bottom: 20px;
}

Nice one. Thanks, Leo.

No problem :)

This archived topic is closed to new replies.