-
Valerrr
Hello, even though I own generateblocks, I prefer to add classic WordPress Gutenberg images to classic articles. The problem is that there is no space under the image and it is close to the next text.
I tried adding this CSS to the template and it seems to work. I want it to affect only WordPress Gutenberg images and not generateblock images.
Do you think I can use this CSS? Or is there something better?
figure {
margin-bottom: 20px;
} -
Hi there,
Can you link me to your post where i can see the issue?
-
Valerrr
-
Try this CSS:
.site figure.wp-block-image { margin-bottom: 2em; }Adding CSS: https://docs.generatepress.com/article/adding-css/
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.