Archived topic
Captions under photos showing up full size in mobile
3 replies · Started by Alana on January 19, 2020
Viewing posts 1–4 of 4
Hi,
All of my photo captions in my articles are showing up as full size text when viewed on mobile (indistinguishable from the paragraph text). Please help me fix this so it is clear what is a photo caption and what is the main text of the article. Thank you!
Hi there,
Try this CSS:
@media (max-width: 768px) {
.wp-block-image figcaption {
font-size: 10px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Very helpful, thank you Leo! You rock!!
No problem :)
This archived topic is closed to new replies.