themeum / qubely

Qubely Blocks – Full-fledged Gutenberg Toolkit
GNU General Public License v3.0
84 stars 36 forks source link

Update Docs for Row Container Feature #37

Closed digitaluprising closed 2 years ago

digitaluprising commented 4 years ago

Hello, When I imported a layout and configured a row block, I see the option to change the container sizing:

Screen Shot 2020-07-28 at 2 24 44 PM

However, I was extremely confused when I added an additional row block and I wasn't able to change that setting.

After digging into the code, I saw this: https://github.com/themeum/qubely/blob/d365deeed18847883b06c90103d2c579a2c692ed/assets/reactjs/src/blocks/row/Edit.js#L83

I added add_theme_support('align-wide'); to functions.php, and voila, newly created row blocks will have the full width/boxed setting.