[Resolved] Captions not formatting as expected

Home Forums Support [Resolved] Captions not formatting as expected

Home Forums Support Captions not formatting as expected

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1297292
    Michael

    While editing drafts, my image captions appear centered and styled. Until today, they have always rendered that way after committing them to a page update.

    Today, however, they appear un-styled and left-justified.

    How did it get this way, and how to fix?

    #1297365
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .wp-block-image figcaption {
        text-align: center;
        opacity: 0.8;
        font-size: 0.75em;
    }
    #1297395
    Michael

    David:

    Thank you so much for the CSS addition. Worked like a charm. We so appreciate what you do.

    …Michael David

    #1297635
    David
    Staff
    Customer Support

    Glad to be of help

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