editor-blocks icon indicating copy to clipboard operation
editor-blocks copied to clipboard

Changing the wrapper max-width

Open garysb opened this issue 6 years ago • 1 comments

How would we go about changing the maximum width defined in the Admin Panel for the Wrapper Block? I tried modifying max value in the inspector.js file but it didn't help.

garysb avatar Mar 04 '19 11:03 garysb

This value?

.wp-block-editor-blocks-wrapper .wrapper-inner {
    max-width: 1040px;
} 

DannyCooper avatar Mar 05 '19 14:03 DannyCooper