How to center the logo in Zelle

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.

Zelle does this automatically when you have enough menu items, but if you'd like to add this feature with only a few menu items then go to Appearance->Customize->Additional CSS and add the following:

@media only screen and (min-width: 768px) {
.responsive-logo{
display: flex !important;
justify-content: center !important;
width: 100% !important;
}

#site-navigation{
width: 100%;
display: flex !important;
justify-content: center !important;
}
}

Save & Publish your changes and that's it!

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