Columns

First time using these columns?

Make sure to read the Info & Notes section so you know how they work.

Jump to Info & Notes

COLUMNS: COPY & PASTE

All column structures are available below for copying and pasting in the Visual Editor.

Selection lines are necessary for columns.

Background colors are for illustrative purposes only. These columns will not have background colors when you implement them in Canvas. If you want to add a background color, skip ahead to the Advanced section.


Placeholder paragraph so you don’t get stuck in the columns.

This is the first half column.

This is the second half column.

Placeholder paragraph so you don’t get stuck in the columns.


 


Placeholder paragraph so you don’t get stuck in the columns.

This is the first one-third column.

This is the second one-third column.

This is the third one-third column.

Placeholder paragraph so you don’t get stuck in the columns.


 


Placeholder paragraph so you don’t get stuck in the columns.

This is a one-third column.

This is a two-thirds column.

Placeholder paragraph so you don’t get stuck in the columns.


 


Placeholder paragraph so you don’t get stuck in the columns.

This is a two-thirds column.

This is a one-third column.

Placeholder paragraph so you don’t get stuck in the columns.


 

GIF showing process of copying and pasting columns

COLUMNS: INFO & NOTES

You can use columns to display content side-by-side. This can help learners visualize related information. Columns can also provide emphasis by breaking up the visual flow of the page.

Ways you can use columns in Canvas…

  • Display an image and information about that image side-by-side.
  • Create a grid of images or videos.
  • Display lists or buttons beside other content.

Notes

  • Mobile - These columns will revert to a single column on mobile devices. For 2-column layouts, this occurs below 720px width (most phones and some tablets). For 3-column layouts this occurs below 960px (most phones, most tablets, and some laptops). If you want to see this in action, resize your browser window and note how the column behavior changes.
  • Given the behavior of the columns on mobile, put your most important information in the first (left) column, since this will appear above others on mobile.
  • The space between columns (gutter) may look like a lot here, but it is important to visually separate the columns, particularly when they don’t have a background color.
  • Columns can be used to create a row of buttons, similar to what you would see on a website navigation. You can check out an example of this in action on our Content Blocks page.
  • Some items may appear differently inside a column. The design library elements have been coded to be consistent both inside a column and not.

Back to Top

ADVANCED: BACKGROUND COLORS

If you want to add a background color to one of the columns, go to the code and a single space immediately after class="bsu-half", class="bsu-one-third", or class="bsu-two-thirds", then add one of the following code snippets.

  • Light Gray: style="padding: 20px; background: #F2F2F2;"
  • Cardinal Red: style="padding: 20px; background: #BA0C2F; color: white;"
  • Black: style="padding: 20px; background: black; color: white;"

Do not use Cardinal Red background for normal sized body text, as this does not meet accessibility standards for color contrast.

Back to Top