• Resolved Mark Schaefer

    (@revschaef)


    I am having trouble with the formatting of captions under images on the site. The captions are narrow and left shifted, taking up multiple lines even when only a few words. Where in the CSS can I adjust this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hello,

    Until this is fixed in the theme, you can go to Appearance > Customize > Additional CSS and add this CSS code:

    .post-single .wp-block-image .aligncenter > figcaption,
    .post-single .wp-block-image .alignleft > figcaption,
    .post-single .wp-block-image .alignright > figcaption {
    display: block;
    margin-top: 0;
    text-align: center;
    }

    I hope this helps.

    Best regards,
    Dumitru B.

    Thread Starter Mark Schaefer

    (@revschaef)

    Thank you! That did the trick!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image Caption Formatting’ is closed to new replies.