Archived topic
Regarding Image Caption
8 replies · Started by Diptesh Das on September 2, 2020
How to make the image caption Center and change the text size?
image link:- https://prnt.sc/ua4tok
Thanks
Hi there,
try the CSS Leo provides here:
https://generatepress.com/forums/topic/making-all-image-and-gallery-captions-centered/#post-1426897
above Leo code doesn't work.
figcaption {
font-size: 13px;
}
This works on the image caption but not going the caption in the center.
Any solution?
figcaption {
font-size: 13px;
text-align: center;
}
Does this valid?
Does that work? If it does then yes its valid.
If it doesn't please share a link to your site.
Thanks not it's working.
Give this a shot:
https://generatepress.com/forums/topic/text-under-block-or-picture-in-the-middle/#post-1422348
If not please link us to the page in question with my CSS added.
Thanks!
Thanks,
Now it's perfectly working.
No problem :)