Hi guys,
I am following this guide to swap columns order on mobile device, however, this isn’t working on my website.
I have created a class on the columns I would like to swap (swapcolumns)
Here’s the CSS I am using:
@media (max-width: 480px) {
.x-row.swapcolumns {
display: flex;
flex-flow: column-reverse wrap;
} }
My website is: