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]
Thank you Heather! This really saved me today! It worked like a charm!
Your welcome!
Hello Heather, do you have any ideas of how to center the logo in executive pro theme?
Thank you on beforehand
Hi John,
I found this tutorial on how to center the logo on a genesis theme, online which shows you how to do just though.
Hope that helps!
Thnak you Heather, i managed to center the logo with the use of the Genesis simple hooks, while i have hidden the normal logo display.