12345678910111213141516171819202122232425 |
- .. _column-block:
- Column Block
- ============
- Creates columns in the layout
- Field Reference
- ---------------
- Fields and purposes:
- * **Column Size** - Sets the size of the columns
- * **Content** - Options for the content blocks to display in the columns
- * **Advanced Settings** - Add custom CSS classes and IDs, select the breakpoint, and more
- Column Size can be set automatically by how many columns you have and the size of the content; however,
- you may want to choose which size to make your columns depending on your layout design.
- Learn more about `Boostrap column sizing <https://getbootstrap.com/docs/4.0/layout/grid/>`_
- and `Boostrap breakpoints <https://getbootstrap.com/docs/4.0/layout/overview/#responsive-breakpoints>`_.
- SEE ALSO: :ref:`content-blocks`
|