Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

All blocks are vertically squished – no spacing

$
0
0

Replies: 0

In the editor, if PublishPress blocks plugin is active, all the blocks in the editor have a 0 bottom margin. This is what I see in the inspector:

body.advgb-editor-width-large:not(.advgb-editor-width-default) #editor .edit-post-visual-editor__post-title-wrapper>.wp-block, body.advgb-editor-width-large:not(.advgb-editor-width-default) #editor .block-editor-writing-flow>.block-editor-block-list__layout>.wp-block {
    max-width: 75%;
    width: 75%;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

If I disable the plugin, things are spaced out nicely, and this is affecting all blocks in the editor, not just PublishPress blocks.


Viewing all articles
Browse latest Browse all 59525

Trending Articles