Archived topic
split menu only showing left side on mobile
5 replies · Started by Merri Dennis on April 1, 2020
I have a split navigation menu with logo in the center following instructions provided in this support forum. Mobile view only displays the left side of the menu.
Let me know what I need to change. Thanks.
Hi there,
Can you first try reducing the menu item height with the mobile toggle activated?
https://docs.generatepress.com/article/menu-item-height-width/
Let me know :)
That is the issue. Now I need to know how to disable the logo on mobile view.
Try this CSS:
.site-logo.mobile-header-logo {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
That worked great! Thanks so much!
No problem :)