Yes hello sorry about that I keep changing my theme around because I am trying to find out which one works the best for my site. But yes anyhow here is the code you can use to help center the menu bar for the unite theme that worked for me:
@media (min-width: 1024px) {
.navbar-nav {
margin: 0 15%;
}
}
If you also wish to center the title to your site than you can use this code:
.site-branding {
width: 100%;
text-align: center;
}
I also recommend downloading a custom CSS plugin if you don’t have one already so that you can take the code I just gave you and insert it into there and then hit save and this should do it. Also one last thing- in the first part of code I just gave you notice it says 15% you may need to change that number to a lower or higher number until the menu bar is located in the center or wherever you would like it.
Let me know if you have any more trouble with that and good luck ??