[Resolved] video caption

Home Forums Support [Resolved] video caption

Home Forums Support video caption

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1366666
    Sandro

    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.

    #1366929
    Leo
    Staff
    Customer Support

    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/

    #1366941
    Sandro

    Perfect
    Thank you

    #1367085
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.