Archived topic
Featured Image do not center
1 reply · Started by RICARDO on June 26, 2017
Hey!
First of all...GREAT JOB! I love your template!
I am trying to center the featured images of my blog but it doesn't seem to work...
The image doesn't move regardless if I say alignment center, left or right...no move!
Could you please help me?
My website is this:
imprender.com
And it is happening in every sigle post
Thank you!
Hi there,
Glad you are enjoying the theme :)
The Featured Images options in the customizer actually only applies to the featured image in the main blog page.
https://docs.generatepress.com/article/adjusting-the-featured-images/
For single posts like this one: https://imprender.com/amazon-afiliados-guia-actualizada/, try this CSS:
.page-header-image-single {
text-align: center;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/