Site logo

Archived topic

Captions not formatting as expected

3 replies · Started by Michael on May 22, 2020

Viewing posts 1–4 of 4

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?

Hi there,

try adding this CSS:

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

David:

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

...Michael David

Glad to be of help

This archived topic is closed to new replies.