Hello @kstidham,
To align the menu in the center you can use this custom CSS code under Theme Options —.>CSS
.home .masthead-inline .desktop .x-nav {
display: block;
float: none;
margin: 0 auto;
text-align: center;
width: 100%;
}
.home .x-navbar .desktop .x-nav>li {
float: none;
display: inline-block;
}
Please note the given custom CSS code would only work on the home page. In case if you want to render it to all the pages you need to remove the .home from the CSS code.
Please note that the code provided above serves as a guide only and it would ultimately be your responsibility to take it from here. If you are unfamiliar with code and resolving potential conflicts, you may opt-in on our One service for further assistance.
Thanks