Overview
The columns element implements the CSS 3 property "columns". With it you can easily create simple uniform column layouts. The column count can be set up per device class in a responsive manner.
On the downside you loose control on which column an element is displayed. For more sophisticated layouts and control use the
Grid Element.