How to fix: 'Menu bar disappears on mobile' in Zelle
On some mobile devices, the navigation menu bar in the Zelle theme may disappear after toggling. You can resolve this with a small CSS snippet added via the Customizer.
Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.
It's really easy to fix. You just need to go Appearance -> Customize -> Additional CSS section add the following code to fix this issue:
nav#site-navigation.in {
height: auto !important;
}Let us know if it works!
