JavaScript for WordPress Forums Gutenberg Development How can I define the width of the editor? Reply To: How can I define the width of the editor?

#44678
David Perez
Participant

Hello Zac,
I’ve written in Gutenberg Github and they replied me:

@media screen and ( min-width: 768px ) {
.edit-post-visual-editor .editor-post-title,
.edit-post-visual-editor .editor-block-list__block {
max-width: 1100px;
}
}