ABLE Theme entry title
-
Hi,
How can I make the entry titles align to the center. The titles all align to the left. I tried
.entry-title {
display: center;
}But it didn’t work.
-Emilie
The blog I need help with is: (visible only to logged in users)
-
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.
-
-
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;}
- The topic ‘ABLE Theme entry title’ is closed to new replies.