Skip to content

How do I add columns to a page?


Columns can be a great way to help organize your content. As always, you can generate your columns through the shortcode tool  in the text editor. 

Recommendations

We recommend using no more than 2 columns on any page or post using the default template. On pages using the other templates, no more than 4 columns should be used. 

Code Examples

Rows and Columns

1 Column Feature

[row][column]content[/column][column]content[/column][/row]

2 Columns

[row][column]content[/column][column]content[/column][/row]

3 Columns

[row][column]content[/column][column]content[/column][column]content[/column][/row]

4 Columns

[row][column]content[/column][column]content[/column][column]content[/column][column]content[/column][/row]

More than 4 columns are not recommended

Featured Row

For a featured row, simply add class="featured" to the [row] tag like so:

[row clas="featured"][column]content[/column][column]content[/column][/row]

Additional Information

You can find additional information in the Communication Toolkit.

Feedback and Knowledge Base