Hi,
How to set the text of photo caption to align to center?
Thanks a lot!
Hi,
How to set the text of photo caption to align to center?
Thanks a lot!
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
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
Hi Winnie,
Try this CSS
figcaption {
text-align: center;
margin: 0 auto;
}
Copy and paste it in Appearance -> Customize -> Additonal CSS
Best Regards
It works! Thanks a lot!
You are welcome 🙂