Hi,
I have 18 SVG images that I want to show on my website. From 1200px and up I want 3 images side by side, for 1199px and down I want 2 side by side, and for 767px I want just 1.
However… as you can see in my attached file, some has a white bg and some has a colored bg. It works fine if with 3 side by side, but with 2 side by side it will put the ones with white bg under each other, and those with colored bg under each other, and that doesn’t look good in my opinion. I want white, color, white, color… etc.
Is that possible with the grid element or maybe with columns somehow. I can’t figure it out?