Columns
Use columns where appropriate to structure the content in your Rich Text / HTML boxes.
Column Builder
In certain cases, you may wish to divide your box into columns. Examples might include: A multi-column list, columns of images (below) and/or text, or the Course Overview Box for course guides.
Limitations of Columns
System Content items such as books, databases, documents, or links take up the width of an entire box and may not be inserted into columns.
content
content
content
<div class='row'> <div class='col-sm-4'>content</div> <div class='col-sm-4'>content</div> <div class='col-sm-4'>content</div> </div>
Columns have no borders by default. The dotted lines above are to help visually display the column structure.