Archived topic
Image captions are no longer centered
7 replies · Started by Guillermo on December 1, 2019
Hello
I can't specify when it happened, but suddenly the captions of my images have stopped appearing centered on my pages and post and now they appear left aligned.
I have tried to fix it by adding this additional CSS:
.wp-caption-text {
text-align: center;
}
with no satisfactory results.
My theme is 2.4.1
My GP Premium is 1.9.1
Thank you very much for your help.
Guillermo
I'm having the same issue since the update :(
Hi there,
Try this CSS instead:
.wp-block-image figcaption {
text-align: center;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Fixed!
Now it works.
Thank you very much Leo for your help!
Guillermo
No problem :)
I had the same problem. This CSS snippet fixed it.
Many thanks!!!
Earl
Hi. All of the captions under my images are left aligned. How do I center them?
I tried using this CSS but it didn't work:
.wp-block-image figcaption {
text-align: center;
}
Thank you.
Hi tbgr,
Can you open a new topic and link us to your site where we can see the captions?