Archived topic
Space betewen elements in blog posts
3 replies · Started by natera on September 4, 2022
Hello,
I'm working on redesigning our website with GP Pro and GB Pro and I'm delighted with it.
However, I have a little problem with the spacing between elements inside blog posts.
As you can see at this address: https://09cf-db6963ef1736.wptiger.fr/animaux/compagnie/lapin-mini-lop/ the images are sticked to the texts below them. This also applies to the table of contents, which is sticked to the text below.
Is there a way to fix this?
Thanks in advance !
Hi there,
try adding this CSS:
.wp-block-uagb-table-of-contents,
.gb-grid-wrapper figure.wp-block-image {
margin-bottom: 1.5em;
}
Hi David,
thank-you for your prompt response !
This work great, big thanks !
Glad to be of help.