Make Zelle Header always visible on mobile

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;
    }
}

Please feel free to raise a support ticket, if something else is needed

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us