Morning, OK, I have a requirement to have a "pinterest" style page over a 3 column layout. Each column will match the same height as each other, but when we 'show/hide' content, we would like only that column to expand, which it does (in a fashion), but the columns then reorder. I'm aware this is how column-count should work, but is there anyway of forcing the columns to stay where they are?
#columns {
-webkit-column-fill: balance;
-moz-column-fill: balance;
column-fill: balance;
I've tried to change the column-fill from auto to balance, but that doesn't seem to work. Click 1 works fine, but I think that's because the hidden content isn't that long after having a play.