Hi,
At the moment the Featured Image on the blog is left aligned by default, could you point in the right direction to make this image default centre align?
This topic has 6 replies, 3 voices, and was last updated 9 years, 10 months ago ago by Robert Hall
Hi,
At the moment the Featured Image on the blog is left aligned by default, could you point in the right direction to make this image default centre align?
Hello,
Please try to add the following code in custom.css file.
.post-images ul.slides li {
text-align: center;
}
Regards,
Robert Hall.
Hi,
Thanks for that, but it didn’t make an difference, I have kept the CSS in so you can see.
Hello,
Try to use this code instead of the previous one:
.blog-post .wp-picture img {
margin-left: 20%;
}
Best regards,
Jack Richardson.
Many thanks for that
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Centre align of Featured Image in Blog’' has been successfully resolved, and the topic is now closed for further responses