Site logo

Archived topic

Image and text: more space between

5 replies · Started by Rene Nekuda on November 4, 2022

Viewing posts 1–6 of 6

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!

Hi there,

try:


figure img {
    margin-bottom: 30px;
}

Change it to:


figure {
    margin-bottom: 30px;
}

YEEES! :)

Thank you very much, David.

You're welcome

This archived topic is closed to new replies.