Hi,
We can use css code to center your menu, but you will have to re-adjust the 525px to a greater value, if you add another parent menu item.
Please use the following codes in your Theme Options-> Custom CSS
@media screen and (min-width: 768px) {
.nav-menu {
margin: 0 auto !important;
width: 525px !important;
}
}
screenshot. http://share.pho.to/9nS7t/qt/original
Thanks!
Thank you so much, Denzel, for this. I might leave the menu left aligned just in case I forget that I have to change the coding when adding a new menu item.