We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently we have margins around header and footer template parts in editing view of the Site Editor.
Would it make sense to remove them so as to align the header and footer with the beginning and ending of the page respectively?
cc @kjellr
The text was updated successfully, but these errors were encountered:
The theme does not add any extra top or bottom margins around template parts. Do you mean the editor style that Gutenberg adds?
.block-editor-block-list__block { margin-top: 28px; margin-bottom: 28px; }
Then that is not a theme issue, but an editor issue?
Sorry, something went wrong.
Yep, that seems to be the case then. I'll carry this over to editor repo and close this issue. Thanks!
This can be closed, replaced by WordPress/gutenberg#29357
No branches or pull requests
Currently we have margins around header and footer template parts in editing view of the Site Editor.
Would it make sense to remove them so as to align the header and footer with the beginning and ending of the page respectively?
cc @kjellr
The text was updated successfully, but these errors were encountered: