Hello,
I am trying to move the titles of each page from the default left position to the centre. How can I do this?
Many thanks.
Blog url: http://womenofthewiseearth.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
Hello,
I am trying to move the titles of each page from the default left position to the centre. How can I do this?
Many thanks.
Blog url: http://womenofthewiseearth.wordpress.com/
With the Custom Design Upgrade you could add custom CSS.
If you add the following code your your Custom CSS it should center all h1 headers (including your post and page titles). Cool thing is you can try it before you buy it too. See the link below.
h1 {<br />
text-align: center;<br />
}
Here's a link to some more details on the Custom Design Upgrade:
http://en.support.wordpress.com/custom-design/custom-css/
This topic has been closed to new replies.