[Support request] Empty space between containers inside post

Home Forums Support [Support request] Empty space between containers inside post

Home Forums Support Empty space between containers inside post

  • This topic has 1 reply, 2 voices, and was last updated 5 months ago by David.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2376907
    Dmitrii

    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?

    #2377108
    David
    Staff
    Customer Support

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.