[Support request] Remove/reduce spacing after table

Home Forums Support [Support request] Remove/reduce spacing after table

Home Forums Support Remove/reduce spacing after table

  • This topic has 1 reply, 2 voices, and was last updated 4 years ago by David.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1243793
    M

    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.

    #1244083
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .wp-block-table table {
        margin-bottom: 0;
    }
    
    .wp-block-table {
        margin-bottom: 1em !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.