Row

Use a row to create a container around your content, such as columns or to create content sections with different background color and padding.

Attributes
  • padding: set the row padding.
  • bg_color: set the background color of the row.
  • bg_image: set the background image the row.
  • bg_repeat: set how the background repeat. (values: repeat, no-repeat, repeat-x, repeat-y)
  • text_color: set text color within the row.
  • text_align: set text alignment within the row. (values: left, right, center)
Demo

This row contain two columns.

1/2
1/2
[row padding="8%" bg_color="#f2f2f2"]

This row contain two columns.

[one_half bg_color="#c1e8f3" padding="4%"]1/2[/one_half] [one_half bg_color="#c1e8f3" padding="4%" last="true"]1/2[/one_half] [/row]