Tagged: column order, mobile columns
Hi there,
Is it possible to set a specific column order on mobile?
Now it takes the left to right or right to left order. But i want to know it it possible to order column items in another / custom way.
E.g:
desktop:
[column 1] [column 2] [column 3] [column 4]
mobile:
[column 2] [column 1] [column 3] [column 4]
Hey hotspot,
You would have to display them as flex boxes if you need to do that, here’s an example of it: https://www.w3schools.com/cssref/tryit.asp?filename=trycss3_order
Best regards,
Rikard