How to make menu non-sticky in Zelle

If you want to make header menu of your Zelle Lite/Pro non-sticky then it can be done using a small CSS tweak. Add the following code in Appearance > Customize > Additional CSS:

#main-nav{
    position: absolute !important;
}

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