Home Forums Trusted Pro Center the featured images Reply To: Center the featured images

#10469
Andy
Keymaster

Yes, this CSS code will center the featured image.

.single .wp-post-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}