Columns
Easily design beautiful column layout pages with the column short codes.
Attributes
Attribute | Description | Values | Default |
---|---|---|---|
class | Define a custom CSS class | Class name | N/A |
padding | Defines a fixed padding | pixels, pt, em, % | N/A |
bg_color | Define a custom background color | HEX or RGB Value | N/A |
last | Remove the right margin of the last column | false, true | false |
Demo
one_half
1/2
1/2
[one_half bg_color="#c1e8f3" padding="4%"]1/2[/one_half] [one_half bg_color="#c1e8f3" padding="4%" last="true"]1/2[/one_half]
one_third
1/3
1/3
1/3
[one_third bg_color="#c1e8f3" padding="4%"]1/3[/one_third] [one_third bg_color="#c1e8f3" padding="4%"]1/3[/one_third] [one_third bg_color="#c1e8f3" padding="4%" last="true"]1/3[/one_third]
two_third
1/3
2/3
[one_third bg_color="#c1e8f3" padding="4%"]1/3[/one_third] [two_third bg_color="#c1e8f3" padding="4%" last="true"]2/3[/two_third]
one_fourth
1/4
1/4
1/4
1/4
[one_fourth bg_color="#c1e8f3" padding="4%"]1/4[/one_fourth] [one_fourth bg_color="#c1e8f3" padding="4%"]1/4[/one_fourth] [one_fourth bg_color="#c1e8f3" padding="4%"]1/4[/one_fourth] [one_fourth bg_color="#c1e8f3" padding="4%" last="true"]1/4[/one_fourth]
three_fourth
1/4
3/4
[one_fourth bg_color="#c1e8f3" padding="4%"]1/4[/one_fourth] [three_fourth bg_color="#c1e8f3" padding="4%" last="true"]3/4[/three_fourth]