Created
April 9, 2024 02:50
-
-
Save csalzano/a7c443f7a89b79d78777057c8dd267de to your computer and use it in GitHub Desktop.
How to make a Twenty Twenty Four child theme with wider content areas
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
| { | |
| "$schema": "https://schemas.wp.org/trunk/theme.json", | |
| "version": 2, | |
| "settings": { | |
| "layout": { | |
| "contentSize": "1180px", | |
| "wideSize": "1280px" | |
| } | |
| } | |
| } |
csalzano
commented
Apr 9, 2024
Author
- Make a child theme with its own theme.json.
- Provide the settings > layout > contentSize and wideSize dimensions of your choosing.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment