Hey all,
I have a two-column grid of images on my portfolio home page that I use to link out to projects. Right now, the entire lefthand column stacks on top of the entire righthand column on mobile. I want the images to stack in descending order (as if you're reading each row from left to right).
So on mobile the order would be:
1st image from lefthand column
1st image from righthand column
2nd image from lefthand column
2nd image from righthand column
etc etc etc
Does anyone know how to do this? Either with code or by a setting I'm not seeing?