Archived topic
Featured Blog Image Centered with Border Radius
1 reply · Started by JJ Smith on November 7, 2017
Viewing posts 1–2 of 2
OK, how do I take the featured image on a Blog and center it with a Border Radius? I have tried everything and it won't move.
Thanks,
JJ
Hi there,
You can center align featured images in Customize > Blog > Featured Images.
Then you can add border radius to them like this:
.post-image img {
border-radius: 50%;
}
This archived topic is closed to new replies.