Answer the question
In order to leave comments, you need to log in
How to make Column-count alternate not vertically, but horizontally?
Good evening.
Like a CSS variable
-moz-column-count:3;
-moz-column-gap: 3%;
-moz-column-width: 33%;
-webkit-column-count:3;
-webkit-column-gap: 3%;
-webkit-column-width: 33%;
column-count: 3;
column-gap: 3%;
column-width: 33%;
force to go1 4 7
2 5 8
3 6 9
1 2 3
4 5 6
7 8 9
Answer the question
In order to leave comments, you need to log in
Why not display: inline-block?
You align them yourself so, why then complicate?
Column-count splits the content into columns. Speakers! Not rows.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question