Site logo

Archived topic

align featured image

5 replies · Started by albabes on January 15, 2016

Viewing posts 1–6 of 6

re: http://dbsatucson.org/01/nami-principles-of-support/

Hi Tom

Was wondering how to center the "featured image" in a post? I saw the setting on Customize | Blogs, but that only seems to affect the blog post, not the FULL Post. Feat image aligns left in the link above to the full post.

Thanks

Also added margin: 0 auto; but no go.

.page-header-image {
text-align: center;
margin: 0 auto;
}

Give this a shot:

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

Thanks Tom, worked

You're welcome :)

This archived topic is closed to new replies.