Site logo

[Resolved] No padding after images

Home Forums Support [Resolved] No padding after images

Home Forums Support No padding after images

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2461513
    Incal

    Hi,

    Since a recent update (either from WordPress or GP, I’m not sure), I noticed that there’s no more padding after my images. As a result, I need to add a spacer block for the layout to look good.

    Is there a way to solve this?

    Thanks,
    Kevin

    #2461565
    David
    Staff
    Customer Support

    Hi there,

    yeah WP made some changes ion 6.1 that changed the classes they use, so it loses the bottom margin.
    For now, add this CSS to fix that:

    
    .wp-block-image figure {
        margin-bottom: 1.5em;
    }
    #2461967
    Incal

    Thanks, David!

    #2462640
    David
    Staff
    Customer Support

    You’re welcome

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