Skip to content

Instantly share code, notes, and snippets.

@wplit
Created November 13, 2018 00:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wplit/871f89ca0051b3b2a52cfe3210603ca5 to your computer and use it in GitHub Desktop.
Save wplit/871f89ca0051b3b2a52cfe3210603ca5 to your computer and use it in GitHub Desktop.
Change Gutenberg editor width
/* Main column width */
.wp-block {
max-width: 900px;
}
/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
max-width: 1100px;
}
/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
max-width: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment