• Resolved pullober

    (@pullober)


    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 soarerobertdaniel7

    (@soarerobertdaniel7)

    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

    (@pullober)

    thanks a lot! i searched like no otter ??

    Plugin Author Hardeep Asrani

    (@hardeepasrani)

    ??????

    Thread Starter pullober

    (@pullober)

    thanks a lot! have a nice day.

    Plugin Author Hardeep Asrani

    (@hardeepasrani)

    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.