0
One day, I had to develop a site where the layout had some images that weren’t exactly side by side, and since I didn’t know about Columns, I ended up aligning everything in Absolute and that mess in the responsive.
Someone could explain simply and step by step how to use Columns?
From what I’ve seen, it looks like he can attack the div/image he wants and set margin, height etc...
I find it easier to work the responsive using 'display:inline' and 'display:block' in the medias queries.
– alan