How To Center The Menu In Genesis Executive Pro Theme

If you need to center the menu in your Executive pro theme, a genesis theme. Then this simple code will do the trick. Just add it somewhere near the menu css codes or at the bottom. This may work with other genesis themes as well. Still works great when using as a responsive menu too.

Copy and paste the following code snippet.

[pre]
#nav .wrap{
text-align:center;
}

.menu-primary{
margin:0 auto;
text-align:center;
}
[/pre]

Heather Valencia

Heather Valencia

Web Designer & Developer | Owner

I’ve been developing WordPress websites as a freelance web designer in Spokane since 2010. My passion for building websites is as strong as the dedication I put forth in strengthening my client relationships.

5 Comments

  1. Kristi

    Thank you Heather! This really saved me today! It worked like a charm!

    Reply
  2. John Divramis

    Hello Heather, do you have any ideas of how to center the logo in executive pro theme?

    Thank you on beforehand

    Reply

Submit a Comment

Your email address will not be published. Required fields are marked *