Archived topic
Image Captions in Marketer Skin
2 replies · Started by Kevin Muldoon on April 19, 2020
Hi there.
I recently installed GeneratePress Premium.
I absolutely love the theme, however I have noticed that there isn't good support for image captions.
At the moment, captions display underneath the image and to the left. This means that captions are seperated and look like the next paragraph, not a caption for the image above.
How could I resolve this?
Kevin
Hi there,
Try this CSS:
.wp-block-image figcaption {
margin-top: 0;
text-align: center;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Make sure to clear your caching plugin after saving the code.
Let me know if this helps :)
Thanks Leo. That worked perfectly.