Site logo

[Resolved] No Spacing Beneath Images In A Post

Home Forums Support [Resolved] No Spacing Beneath Images In A Post

Home Forums Support No Spacing Beneath Images In A Post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2417880
    Jodie

    Hi,

    For some reason there’s no spacing between the top of the paragraphs and the bottoms of the images on my site.

    Do you know how to fix this please? Thanks!

    Cheers Jodie

    #2417991
    David
    Staff
    Customer Support

    Hi there,

    WP 6.1 decided it was a good idea to remove the Margin they used to add to their Image Blocks.
    So for now you need some CSS to add it back in:

    figure {
        margin-bottom: 1.5em;
    }
    #2418857
    Jodie

    Hi David,

    That worked, thanks for your help!

    Cheers Jodie

    #2419403
    David
    Staff
    Customer Support

    Glad to hear that!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.