How to center menu in Zelle

To center the menu go to Appearance->Customize->Additional CSS.

@media screen and (min-width: 768px){
.navbar-right{
float: none !important;
display: flex;
justify-content: center;
}

#site-navigation{
float: none !important;
}
}

Save 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