Photo caption to align to center
March 10, 2020 at 12:15 pm
Hi,
How to set the text of photo caption to align to center?
Thanks a lot!
Replies (6)
-
March 10, 2020 at 12:15 pm
Hi,
How to set the text of photo caption to align to center?
Thanks a lot!
-
March 11, 2020 at 2:46 am
Hi Winnie,
For this issue, we need a link to your website, only then we can provide you the relevant CSS for that
Best Regards
-
March 12, 2020 at 5:30 am
-
March 13, 2020 at 2:12 am
Hi Winnie,
Thanks for posting the URL. There is no photo caption on your site. Is it the post Heading you want to center?
Check Screenshot
Best Regards
-
March 16, 2020 at 7:23 am
Hi Winnie,
Try this CSS
figcaption {
text-align: center;
margin: 0 auto;
}Copy and paste it in Appearance -> Customize -> Additonal CSS
Best Regards
-
March 17, 2020 at 6:25 am
It works! Thanks a lot!
-
March 18, 2020 at 9:31 am
You are welcome 🙂