Archived topic
video caption
3 replies · Started by Sandro on July 17, 2020
Viewing posts 1–4 of 4
Hi
How can I change some video caption parameters? (https://squarci.info/incendio-nella-periferia-di-roma/)
First of all, I would like it with centered text alignment.
I would like to change the margin between caption the video and the next paragraph, too.
Hi there,
Try this CSS:
.wp-block-embed figcaption {
text-align: center;
margin-top: 1em;
margin-bottom: 1em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Perfect
Thank you
No problem :)
This archived topic is closed to new replies.