webiny-js
webiny-js copied to clipboard
Pagebuilder: Grid component enhancement: grid order
Is your feature request related to a problem? Please describe.
Many layouts have a section with a bunch of image/text rows (e.g. feature blocks) that go in sequence, left/right then right/left (e.g. https://www.bookdapp.io/). While this is achievable on desktop with Webiny, when the grid is rendered on mobile, the order of the opposing grids needs to be 'reversible' so that the order on mobile is image/text image/text, not image/text text/image as it is currently.
Describe the solution you'd like.
Ability to 'reverse' the ordering at specific viewports, perhaps using flex-direction?
Describe alternatives you've considered.
No response