How do I get the headlines of my blogposts in center??
The blog I need help with is krlifr.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 get the headlines of my blogposts in center??
The blog I need help with is krlifr.com.
Are you talking about the post and page titles?
When I'm uploading a new post, the headline for the post is all the way to the left. I'd like it to be in center. Bah, I'm crappy at this, I don't know how to xplain. :(
If I'm uploading a post called "Center Headlines" now, it looks like this:
"Center Headlines" <---all the way to the left.
I'd like it to be in center, like this;
"Center Headlines"
Kind of... -_-
Except that the last "Center Headlines" was supposet to be in the middle of the screen. I'm such a noob...
Give this a try.
`#content .entry-title, #content .entry-meta { {
text-align: center;
}
I forgot one of my code tags so copy paste the below instead.
#content .entry-title, #content .entry-meta { {
text-align: center;
}
I forgot one of my code tags so copy paste the below instead.
#content .entry-title, #content .entry-meta {
text-align: center;
}
Use the last one above. I need coffee and had an extra bracket in it.
Thank you sooooooooo much! :D
You are welcome.
This topic has been closed to new replies.