---
layout: single
property_name: column-width
---
Defines the number of columns of the element.
The element will not distribute its child elements into columns, unlesse a
You can use pixel values for the column width. The number of columns will be the minimum needed to distribute all the content across the element.
#column-width
default
column-width: auto;
column-count value is defined. In that case, the column width will be infered from the column count.column-width: 10px;