Single Post Content Image

Posted in: Newspaper
Post count: 88

I want to keep the space between the image and the text as it is, and adjust the space between the image and the image only when two images come in a row.

Post count: 21065

Hello @mongooz !

Please provide more information(screenshots/video) about what exactly you need to achieve.

Thank you!

Post count: 88

I want to reduce the spacing above and below images in a single post content. Leave text spacing as is.

https://ibb.co/kKnrT5Z

Post count: 21065

Hello @mongooz !

If you add them in Gutenberg, then you should delete the space there. Also, you can add CSS code there.

Thank you!

Post count: 88

Can you give me the css code?
There are no blanks inside Gutenberg.

Post count: 21065

Hello @mongooz !

Please provide the link to your website where the issue is.

Thank you!

Post count: 88

Here is a link to my site.
https://mongooz.co.kr

Post count: 21065

Hello @mongooz !

Try this CSS code:

.single .wp-block-image {
margin-bottom: 0;}

Thank you!

Post count: 88

Putting this code will also narrow between text and image. I want to only control the interval when images and images come in succession.

Post count: 21065

Hello @mongooz !

Only if you set a class to an image in Gutenberg and write the CSS code for that class. Unfortunately, you can not have conditions in CSS code.

Thank you!

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.