WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.46k stars 4.18k forks source link

Make "mobile" setting for columns block modifiable. #40870

Open StevenDufresne opened 2 years ago

StevenDufresne commented 2 years ago

What problem does this address?

The <Columns> block is really useful in constructing responsive layouts, especially when they are nested together. However, there are times when you want columns to stack before the mobile breakpoint is triggered to avoid some awkward layouts.

What is your proposed solution?

Could we make the breakpoint for a specific <Columns> block modifiable? That way we could create responsive layouts directly in the editor.

Maybe it could look something like:

webdados commented 2 years ago

I think that before doing it at the columns block level, this should be easier to set globally at the theme level. Not saying it's not useful to have it at the block level, but I think that should be a second feature. What we really need is a way to change the mobile>desktop responsive breakpoint globally on a website.