Site logo

Archived topic

How to Center the Featured Image

3 replies · Started by Daniel Boring on December 1, 2015

Viewing posts 1–4 of 4

Hiya!

I am seeking how to center the featured image on posts. I have searched around but have't found a good way to do it

Example:
Featured Image not Centered

The Example Post:
https://wp.me/p4PohH-qp

Hi there,

Give this CSS a try:

.page-header-image-single {
    text-align: center;
}

Woohoo! Worked like a charm! As always you da man Tom!

If anyone else wants to add this, go to "Appearance" then "Edit CSS"
How to implement the code

Centered Featured Image

Awesome :)

This archived topic is closed to new replies.