Title: theme.json and block width settings
Last modified: March 29, 2022

---

# theme.json and block width settings

 *  [wpdev3](https://wordpress.org/support/users/wpdev3/)
 * (@wpdev3)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/theme-json-and-block-width-settings/)
 * Hello,
 * Previously using Gutenberg to build out pages I had the option to set the width
   from within the block, wide-width and full-width.
 * Upon starting from scratch with a theme.json based FSE theme, I cannot figure
   out how to get these settings re-enabled.
 * I have tracked it down to the “layouts” portion of themes.json, but it seems 
   to be incorrect.
 * Can anyone help point me in the right direction? My google-fu is failing me.

Viewing 1 replies (of 1 total)

 *  [jamiehlake](https://wordpress.org/support/users/jamiehlake/)
 * (@jamiehlake)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/theme-json-and-block-width-settings/#post-15511856)
 * Hi there,
    You could try adding the following code under settings:
 *     ```
       "layout": {
       	"contentSize": "840px",
       	"wideSize": "1100px"
       }
       ```
   
 * You can change the sizes to fit your needs.
    Hope this helps -Jamie
    -  This reply was modified 4 years, 2 months ago by [jamiehlake](https://wordpress.org/support/users/jamiehlake/).

Viewing 1 replies (of 1 total)

The topic ‘theme.json and block width settings’ is closed to new replies.

## Tags

 * [full-width](https://wordpress.org/support/topic-tag/full-width/)
 * [gutenberg](https://wordpress.org/support/topic-tag/gutenberg/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [jamiehlake](https://wordpress.org/support/users/jamiehlake/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/theme-json-and-block-width-settings/#post-15511856)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
