Archived topic
mobile menu not fully visible
3 replies · Started by Arno on August 16, 2022
Viewing posts 1–4 of 4
Hi, the mobile menu on the website arnoschouten.net/roze50plusnl is not fully visible
the last menu item disappears below the screen.
How to fix this
Arno Schouten
Hi there,
you can either:
a) reduce the Off Canvas Font size and Line Height in Customizer > Typography so it doesn't occupy so much space.
OR
b) use some CSS to add extra padding below the menu so it can be scrolled furhter:
.slideout-navigation .main-nav {
padding-bottom: 100px;
}
Thanks it works ….
Glad to hear that!
This archived topic is closed to new replies.