Site logo

Archived topic

Remove/reduce spacing after table

1 reply · Started by M on April 17, 2020

Viewing posts 1–2 of 2

In my post, I would like to remove/reduce the spacing between the table and the audio file. In the text editor, there is a space "write a caption" under the table and that is why there is that big of a space, although nothing is written there. Thank you for your help.

Hi there,

try this CSS:

.wp-block-table table {
    margin-bottom: 0;
}

.wp-block-table {
    margin-bottom: 1em !important;
}
This archived topic is closed to new replies.