Site logo

[Resolved] Image and text: more space between

Home Forums Support [Resolved] Image and text: more space between

Home Forums Support Image and text: more space between

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2401149
    Rene Nekuda

    Hello,

    please, can you help me with this?

    On the bototom of every image on my blog is no space: https://renenekuda.d.pr/i/Mn2QCK

    I was trying this CSS code (not working):

    .wp-block-image img {
    margin-bottom: 30px;
    }

    I am using standard Gutenberg blocks.

    Any idea? Thank you very much!

    #2401287
    David
    Staff
    Customer Support

    Hi there,

    try:

    
    figure img {
        margin-bottom: 30px;
    }
    #2401291
    Rene Nekuda

    Thank you, David. It is working for images without captions. For these with caption it is pushing this text down: https://renenekuda.d.pr/i/Tdhn57

    #2401342
    David
    Staff
    Customer Support

    Change it to:

    
    figure {
        margin-bottom: 30px;
    }
    #2401347
    Rene Nekuda

    YEEES! 🙂

    Thank you very much, David.

    #2401354
    David
    Staff
    Customer Support

    You’re welcome

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