-
Notifications
You must be signed in to change notification settings - Fork 4.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
Make the width of the editing field adjustable #8643
Comments
Hi there and thanks for the report. The content width is editable by themes/plugins by loading a custom CSS that's because Gutenberg is meant to be a WYSIWYG editor so in general it should probably be the responsibility of the themes to adjust the width to match the theme. Here's how https://wordpress.org/gutenberg/handbook/extensibility/theme-support/#changing-the-width-of-the-editor Let's consolidate on #5650 for content_width support. Thanks |
This comment was marked as abuse.
This comment was marked as abuse.
Virtually all major themes already support Gutenberg. Your say 90% of themes don't support Gutenberg... what's your source for that claim? |
This comment was marked as abuse.
This comment was marked as abuse.
k, so im pretty sure the reason the post content editor is narrower is because we can't find the easy way to change it... where is the button to make it wide? I've seen pictures in tutorials where it is wide/normal. Where is the BUTTON? |
there is an easier way, WHERE IS IT? I've seen tutorials that have a normal width Gutenberg editor. |
CHECK it out... https://www.codeinwp.com/blog/wordpress-gutenberg-guide/ THERE IS A WAY! fill width Gutenberg editor for all of us that like big monitors.... WHERE is the button? the switch...? |
https://www.codeinwp.com/blog/wordpress-gutenberg-guide/ this does't address the problem but just shows the editor in full width or at least wider? |
@TheRealRequnix and @GammaRay42 especially. OK, so after several attempts, today I found a plugin that does exactly what I hoped for - it adds a button. It's called Kadence Blocks and it's free. Here is the link https://www.kadenceblocks.com. I'm sure it's not the only one out there by now, but this one also solves some other problems I had with Gutenberg as adding column layouts, so I'm a happy camper and looking no further for now. By the way, I am using a theme that does not explicitly support Gutenberg. |
Hi Guys, I have written a plugin for this exact issue and it can be downloaded from the WordPress plugin repository. The sidebar should just be resizable (by dragging the left corner) and it will save for the next time that you load the page. See here: https://wordpress.org/plugins/resizable-editor-sidebar/ |
The first thing I noticed when switching to the interface is that the editing field for the post content is narrower than before. This affects the usability as it makes it harder for me as an author/editor to follow and revise the text I have entered, which I find very important for cohesion.
As the width of the editing field is probably a matter of personal preference, it would be nice if it was adjustable. I am thinking of some combination of these:
I hope you consider this! Otherwise I am loving the interface so far!
Anelia
The text was updated successfully, but these errors were encountered: