Skip to content

How to center menu 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.

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!