Archived topic
GB: change the order of elements via css or ... ?
3 replies · Started by Arp on May 12, 2020
I have a page section that on screens wider than 768 look like this:
Row 1: Text Video
Row 2: Video Text
Row 3: Text Video
Row 4: Video Text
But when the columns are stacked on mobile, they want it to be
Text
Video
Text
Video
Text
Video
Text
Video
Is that something that can be done with CSS?
Hi there,
Use the Add Grid Item icon as suggested here:
https://docs.generateblocks.com/article/grid-overview/#inserting-a-grid-block
Then you can use the order option:
https://www.screencast.com/t/QnLHu9Ov
Brilliant!
Very :)