Archived topic
how to make post title centre on latest post
3 replies · Started by Mary on April 6, 2022
Hi,
On my homepage, I used the block "latest post". I can centre the featured image but not the post title. I used this CSS that I found on one of the threads here but it didn't work:
#wpsp-3831 header.wp-show-posts-entry-header {
text-align: center;
}
-- I attached my site's URL on the private info--
Thanks!
M
Hi Mary,
One approach to achieve this is to place the Latest Posts Block inside a Container Block and set it to align text center as such: https://share.getcloudapp.com/nOuR9xRp
Alternatively, you may add my-align-center class to the Latest Posts class as such: https://share.getcloudapp.com/geumdGmz
Then, add this custom CSS in Appearance > Customize > Additional CSS:
.my-align-center {
text-align: center;
}
Hope this helps! Kindly let us know how it goes. :)
Thank you, Fernando! I went with the second option.
Have a good day!
You’re welcome Mary! Glad to be of assistance! Feel free to reach out anytime you’ll need assistance with anything else. :)