I implemented "masonry" on my site using css-only, but at the moment the items display vertically, while I'd like it to display horizontally.
Current:
1 | 4 | 7
2 | 5 | 8
3 | 6 | 9
Desired:
1 | 2 | 3
4 | 5 | 6
7 | 8 | 9
Any Ideas? Thanks!
I implemented "masonry" on my site using css-only, but at the moment the items display vertically, while I'd like it to display horizontally.
Current:
1 | 4 | 7
2 | 5 | 8
3 | 6 | 9
Desired:
1 | 2 | 3
4 | 5 | 6
7 | 8 | 9
Any Ideas? Thanks!