Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Alternating column widths at set intervals Reply To: [Solved] Alternating column widths at set intervals

#202675
gcyrillus
Participant

glad i helped,

not sure i get the horizontal scroll.

If you mean: to spray into colums within a set height (window’s height for instance).
Then you will need to drop the float for inline-block behavior
and set some CSS column rules
except the column-count
since you might not know it in advance.

here is what i understood :
http://codepen.io/gc-nomade/pen/YXGYpV

indeed , a new topic would be nice for clarity :)