Site logo

Archived topic

Last item on off canvas menu is being covered by browser bar

3 replies · Started by Andrew on May 21, 2022

Viewing posts 1–4 of 4

Hello - I recently added a new menu item to my mobile off canvas menu and noticed that the last item (at the bottom) is being covered by the browser bar so you can’t click on it. If you try scrolling down, I can see the website behind the menu scrolling but the menu items don’t move. This happens in Safari browsers on mobile.

Thanks for your help!

Hi there,

try adding this CSS:

.main-navigation.slideout-navigation .main-nav > ul {
    padding-bottom: 60px;
}

That worked perfect, thank you so much!

Glad to hear that!

This archived topic is closed to new replies.