How to fix: 'Menu bar disappears on mobile' in Zelle
On some mobile devices, the navigation menu bar in the Zelle theme opens and then immediately closes again when you tap the menu button. Updating the theme resolves this.
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.
Update the theme
Update Zelle Pro to version 2.3.2 or newer. Then clear your site, plugin, and browser caches and tap the menu button again on a mobile device. The menu should now stay open until you close it.
If you cannot update
⚠️ Important: Use this snippet only while you are unable to update the theme. Remove it once you are running version 2.3.2 or newer, where it is no longer needed.
Go to Appearance > Customize > Additional CSS and add the following code:
nav#site-navigation.in {
height: auto !important;
}