How do I center the navigational menu in the Titan theme?
The blog I need help with is prrlaw.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
How do I center the navigational menu in the Titan theme?
The blog I need help with is prrlaw.wordpress.com.
This should do the trick:
#navigation {
text-align: center;
height: 40px;
}
#nav {
display: inline-block;
}
This topic has been closed to new replies.