Make Zelle Header always visible on mobile
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.
Our theme Zelle Lite does not have the option, to use a Sticky Header on mobile. We have although created an alternative for you, to help you out with that.
Please install our Advanced CSS Editor plugin and add the following code
@media (max-width: 767px){ #main-nav.navbar { position: fixed; } }