1

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!

  • css columns use columns, so if you use that CSS then you will get column order. If you want a CSS only solution for modern browsers, then google flexbox. – Christina Jan 16 '15 at 03:31

0 Answers0