Archived topic
image caption stubbornly will not align right
5 replies · Started by Josef on November 4, 2020
Hello,
I have a page that is mostly text but has two accompanying right aligned images. Both images have captions, but the text is aligned right. I'd like to have it aligned center or aligned right.
I installed the Simple CSS plug-in and added the following into the field:
.wp-block-image figcaption {
text-align: center;
}
The caption text remains stubbornly left aligned.
Any ideas?
Hi there,
can you link me to the site where i can see the problem?
Good morning, David
Of course, see below.
Thanks,
Josef
Hi there,
Try this instead:
.wp-caption .wp-caption-text {
text-align: center;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
That's the trick, Leo! Thank you very much!
Josef
No problem :)