Am trying to center the menu bar, but unclear which stanza to edit. Can someone please help?
The blog I need help with is mikamivineyards.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Am trying to center the menu bar, but unclear which stanza to edit. Can someone please help?
The blog I need help with is mikamivineyards.wordpress.com.
This will do it, but a note about this solution: It will blow up and return to left-aligned if the menu should go to two lines, so keep it to one line, and if necessary use submenus.
#navigation {
text-align: center;
}
#navigation ul {
display: inline-block;
}
Thank you very much!
You are welcome.
This topic has been closed to new replies.