Created
June 16, 2019 23:50
-
-
Save wplit/55f516f1a4f15901d9e54e18b323e740 to your computer and use it in GitHub Desktop.
Change Width of Block Editor to Match Oxygen Template (in editor-styles.css)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Change max-width to match template */ | |
| .wp-block { | |
| max-width: 720px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment