• Resolved kcatt

    (@kcatt)


    Hi,
    I’m trying to figure out how to fix the image caption (on the thumbnail size images) running vertically. I need the captions to display below the images normally and line break (wrap around) with the width of the images.

    Thank you for your advise in advance.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,

    Please try the following CSS:

    
    .wp-block-image .alignleft>figcaption {
       display: inline-block;
    

    Let me know if it helps,
    Alin

    Theme Author pixelgrade

    (@pixelgrade)

    I hope all is well here. I am going to close this for now, but don’t hesitate to reach us via your WordPress dashboard “Theme Help” button.

    All the best,
    Vlad
    Pixelgrade

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