Archived topic
Empty space between containers inside post
1 reply · Started by Dmitrii on October 17, 2022
I can't seem to figure out what's creating an empty space between the containers in my post (see attached).
I inspected the elements but none appear, and my "Layout -> Container -> Separating Space" is set to 0.
Any thoughts?
Hi there,
that customizer setting is for the themes spacing eg. space between posts in the archive, space between widgets etc. It doesn't affect the Separator block which has its own height setting in the editor.
If you want you can use some CSS to modify its spacing:
.wp-block-separator {
margin-top: 20px;
margin-bottom: 20px;
}