Site logo

Archived topic

Blog captions not aligning under images

3 replies · Started by Kevin on January 5, 2020

Viewing posts 1–4 of 4

Hi, Im using Gutenburg and my image captions refuse to center and always align left. Is this a conflict with GP?
Can you help me with this ?
Very frustrating.

Hi there,

do you want all captions to be centre aligned regardless of image alignment? If so add this CSS:

.wp-block-image figcaption {
    text-align: center;
}

Worked a treat. Thanks

You're welcome

This archived topic is closed to new replies.