Grid structure per breakpoint
-
The breakpoint handling is quite nice already (could it be adjusted/expanded by the theme using filters btw.?).
However, for a three-column grid (on desktop) I want to have on tablet breakpoint one grid area full width with its own row and the other two grid areas half-width, sharing the same row, and finally on mobile all the areas under each other in their own rows.
Currently, the three-columns grid on desktop directly goes to one-column grid on tablet breakpoint.Desktop:
Three columns, with middle column much wider than the other two.Tablet:
Middle column first with full width, own row
The other two columns, each half-width, on the same rowMobile:
All columns on their own rows.As a workaround I could try to use a block style for the grid block and the breakpoints myself. But having this option in editor IMHO is much better.
The topic ‘Grid structure per breakpoint’ is closed to new replies.