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?
April 9, 2018 at 7:14 am
#44678
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;
}
}