I have a layout that has the following template:
[1] [2] [3]
[4] [5] [6]
[7] [8] [9]
[10] [11] [12]
And I would need both desktop and mobile to look like this:
[1] [5] [9]
[2] [6] [10]
[3] [7] [11]
[4] [8] [12]
You have bootstrap today, but I've tried and tried all forms and nothing (flexgrid and similar). Does this exist in the bootstrap? Or if there is some other solution ...