Archived topic
align featured image
5 replies · Started by albabes on January 15, 2016
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
I tried the css here
https://generatepress.com/forums/topic/how-can-i-center-page-featured-image/#post-157333
.page-header-image {
text-align: center;
}
but did not work Tom.
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 :)
