Title: Section Block &gt; Maximum Content Width
Last modified: May 26, 2021

---

# Section Block > Maximum Content Width

 *  Resolved [pullober](https://wordpress.org/support/users/pullober/)
 * (@pullober)
 * [5 years ago](https://wordpress.org/support/topic/section-block-maximum-content-width/)
 * hello.
 * my setting for maximum content with of a section block is maxed out at 1200px.
   i cant find an option to change that to something more than 1200px. for example
   1440px. also in the section blog settings there is no way to change that to something
   more than 1200px.
 * i am happy for any help!
 * have a nice day,
    stefan.

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Contributor [Robert Soare](https://wordpress.org/support/users/soarerobertdaniel7/)
 * (@soarerobertdaniel7)
 * [5 years ago](https://wordpress.org/support/topic/section-block-maximum-content-width/#post-14494333)
 * Hi,
 * To remove this limitation, we need to use some CSS magic. Select the `Section`
   block that you want to change, and in the **Block Settings** click on the `Custom
   CSS` tab.
 * In the text area, insert the following code:
 *     ```
       selector .innerblocks-wrap {
         max-width: 1600px !important;
       }
       ```
   
 * You can replace the `1600px` value with the specific size that you want. Also,
   notice the `!important` keyword. This will force the browser to use that setting
   and ignore the others for the `max-width` property.
 *  Thread Starter [pullober](https://wordpress.org/support/users/pullober/)
 * (@pullober)
 * [5 years ago](https://wordpress.org/support/topic/section-block-maximum-content-width/#post-14495817)
 * thanks a lot! i searched like no otter 😂
 *  Plugin Author [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * (@hardeepasrani)
 * [5 years ago](https://wordpress.org/support/topic/section-block-maximum-content-width/#post-14508964)
 * 😂😂😂
 *  Thread Starter [pullober](https://wordpress.org/support/users/pullober/)
 * (@pullober)
 * [5 years ago](https://wordpress.org/support/topic/section-block-maximum-content-width/#post-14510922)
 * thanks a lot! have a nice day.
 *  Plugin Author [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * (@hardeepasrani)
 * [5 years ago](https://wordpress.org/support/topic/section-block-maximum-content-width/#post-14512977)
 * You too, stay safe!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Section Block > Maximum Content Width’ is closed to new replies.

 * ![](https://ps.w.org/otter-blocks/assets/icon-256x256.gif?rev=3452114)
 * [Otter Blocks - Gutenberg Blocks, Page Builder for Gutenberg Editor & FSE](https://wordpress.org/plugins/otter-blocks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/otter-blocks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/otter-blocks/)
 * [Active Topics](https://wordpress.org/support/plugin/otter-blocks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/otter-blocks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/otter-blocks/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/section-block-maximum-content-width/#post-14512977)
 * Status: resolved