Reverse 2 col
Imagine a two column layout, with text on the left and an image on the right:2-col.html
2-col-reverse.html
- Use the responsive
table-{...}-grouputilities on each column, to reverse column order on small screens - Wrap the contents of each column in a
<div>and use it to set padding for mobile. This is required because the CSS properties used to reverse the column order do not support padding
Reorder 3+ cols
In a similar fashion, we can reorder a 3+ column layout:3-col-reverse.html
- Make the
<tr>full width on mobile, by addingsm:w-fullandsm:table - Use
sm:table-captionandsm:w-fullon the column that you want to display first on mobile