Hi,
How can I make the entry titles align to the center. The titles all align to the left. I tried
.entry-title {<br />
display: center;<br />
}
But it didn't work.
-Emilie
The blog I need help with is emilietommerberg.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
Hi,
How can I make the entry titles align to the center. The titles all align to the left. I tried
.entry-title {<br />
display: center;<br />
}
But it didn't work.
-Emilie
The blog I need help with is emilietommerberg.com.
Don't have access to test it, but try this:
entry-title {text-align: center;}
That would leave the "posted on" information left-aligned. If you want that centered I think you can add this:
entry-meta {text-align: center;}
Let us know if this accomplishes what you need.
Hi,
Thank you! Unfortunately it didn't work... Do you have something else i could try?
Oops, left out the class designator "." Before entry-title and entry-meta.
For the title try this
.entry- title {text-align: center;}
And if you want the posted on..
.entry-meta {text-align: center;}
This topic has been closed to new replies.