Hi, Olly! I have a question.. I use a grid to output items.. I want to use three columns per row. I want to have possibility to change the number of columns in the row during changing of screen resolution . (f.e.: 1500px – > 3 columns p/row, 800px -> 2 columns 480px -> 1 column). I tried to solve this by using CSS properties.. But I couldn’t do it.. Can you tell me how to solve this issue if it is possible?
Thanks!