column.rst 771 B

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