Center excerpts text
- The topic ‘Center excerpts text’ is closed to new replies.
Need help? Check out our Support site, then
Hi, can I please have the code to center the excerpts text? As you’ll see I’ve got the titles centered so not having the excerpt text centered looks a bit weird.
Many thanks
Leona
The blog I need help with is: (visible only to logged in users)
You can center all of the content in the post archives with the following css:
.content-posts article .entry {
text-align: center;
}
This should also center the headings so you can remove the css you currently use for that if you wish.
Thanks – Ben
Done. Fab help as always Ben. Many thanks :)