I'm trying to center the nav bar/menu on the blog I'm working on, but haven't been successful. If anyone has the css code to help with this, it would be much appreciated!
Thanks!
The blog I need help with is traveltailsblog.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
I'm trying to center the nav bar/menu on the blog I'm working on, but haven't been successful. If anyone has the css code to help with this, it would be much appreciated!
Thanks!
The blog I need help with is traveltailsblog.com.
Whooops, that's not right.
Try this:
.main-navigation {
text-align: center;
}
.main-navigation ul {
display: inline-block;
}
This topic has been closed to new replies.