Hey there sneed,
How are you today?
This should be possible with some custom CSS. Since the theme has it’s own custom CSS tab in Appearance >> Theme Options >> Other >> Custom CSS you can add this code there:
.navbar-nav {
float: none;
margin-left: auto;
margin-right: auto;
width: 500px;
}
You’ll have to adjust the width numeric value to the actual width of your menu. If you’re unsure how to do this please post link to your site so I can take a look.
Hope this helps 🙂
Best regards,
Bojan
Hey again sneed,
Do you still need help on this matter?
Best regards,
Bojan
Thread Starter
sneed
(@sneed)
Nope, that worked. Thanks so much!