Columns

Columns

The columns short code allows you to place content in columns. Up to four columns are supported:

Content for the first column


Content for the last column


Content for column one


Content for column two


Content for the column three


Content for column one


Content for column two


Content for column three


Content for column four


Short code for two columns:

Code

[one-half]Content[/one-half]
[one-half last="y"]Second Column[/one-half]

Short code for three columns:

Code

[one-third]First Column[/one-third]
[one-third]Second Column[/one-third]
[one-third last="y"]Third Column[/one-third]

Short code for four columns:

Code

[one-fourth]First Column[/one-fourth]
[one-fourth]Second Column[/one-fourth]
[one-fourth]Third Column[/one-fourth]
[one-fourth last="y"]Fourth Column[/one-fourth]

The last=”y” attribute has be included in the last opening tag in column short code.