• Resolved freem33

    (@freem33)


    Hello,

    Another problem with WP 5 encountered… I have one post which has some images that have “captions”… Problem is, the text of the caption seems to be in a column format, hence it is wrapping (carriage return) every 8 letters or so. Not desirable!

    Any help on how to fix this would be appreciated.

    Thanks,

    Mark

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    Seems to be some kind of disconnect between your theme and the default WordPress styling.

    First, check for an update to your theme. Just in case.

    If not, then add this as Custom CSS code:

    .wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.is-resized>figcaption {
    display:block !important;
    }
    

    You can use the Additional CSS area in the Customizer for adding it.

    Thread Starter freem33

    (@freem33)

    Thanks Otto – The CSS Code solved the problem!

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