-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
SPT: Menu template butting up against viewport sides on smaller screens #39804
Comments
I'll look at this |
It was |
Yes, but I think it doesn't depend on the theme since guessing that the issue happens at a template definition level. |
Analysis: Front end stylesI've started looking into this on the "front end" (user facing, not the Editor). It appears that this is due to the The
This means that at larger viewport sizes the However, at smaller viewports, the To clarify, unlike the Examining the layout further we see that if the If we apply the Suggested fix is to see whether we can alter the |
This issue seems to be related to Automattic/themes#1773 |
May be fixed by WordPress/gutenberg#20589 |
UpdateWe have a few options to fix this:
I've started on a fix in Core to see if we can fix the root cause and pinged the Themes team for advice on Varia fixes (I understand that @allancole will advise). |
I'm not 100%, but @jasmussen has addressed a regression on Core Columns that might be causing this: WordPress/gutenberg#20589 (review) Will need testing against our Themes to check this resolves things. This means:
|
@ianstewart This should be fixed by this PR WordPress/gutenberg#20597 as of Gutenberg 7.7 being released to WPCom. Would you be able to re-test this once Gutenberg 7.7 is available? cc @iamtakashi |
@getdave for sure. |
This issue has been marked as stale and will be closed in seven days. This happened because:
You can keep the issue open by adding a comment. If you do, please provide additional context and explain why you’d like it to remain open. You can also close the issue yourself — if you do, please add a brief explanation. |
Although the large preview of the
Menu
template is good (width 1200px), once inserted into the Post Editor canvas the template itself doesn't look right in narrower viewport as the Blocks butt up against the edges of the canvas.SPT Block Preview
Post Editor Canvas
The text was updated successfully, but these errors were encountered: