Home › Forums › Trusted Pro › Center the featured images › Reply To: Center the featured images
May 9, 2020 at 11:55 am
#10469
Andy
Keymaster
Yes, this CSS code will center the featured image.
.single .wp-post-image {
display: block;
margin-left: auto;
margin-right: auto;
}