I would like to center the Site Title in the header of my blog in the Digg 3 theme. Does anyone know how I can do that in CSS customization?
The blog I need help with is palmbeachtourismnews.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 would like to center the Site Title in the header of my blog in the Digg 3 theme. Does anyone know how I can do that in CSS customization?
The blog I need help with is palmbeachtourismnews.com.
Try this:
#header h1 a {
display: block;
text-align: center;
}
This topic has been closed to new replies.