Multiple editor widths #11288
Labels
[Feature] Custom Editor Styles
Functionality for adding custom editor styles
[Status] Duplicate
Used to indicate that a current issue matches an existing one and can be closed
[Type] Developer Documentation
Documentation for developers
[Type] Help Request
Help with setup, implementation, or "How do I?" questions.
I'm trying to define multiple widths for the Gutenberg editor depending on the post/page template. I have a full-width page template and would like the editing experience to be as close to the live page.
Now the issue is that I can only seem to define one width for the editor using the .wp-block class. I'm following this method: https://wordpress.org/gutenberg/handbook/extensibility/theme-support/#changing-the-width-of-the-editor
I've tried adding a selector in front of the .wp-block class, for example:
But unfortunately that doesn't work. It seems like the only possible way to change the width is by only using .wp-block
Any ideas on how to implement multiple different editor widths?
Thank you!
The text was updated successfully, but these errors were encountered: