Padding

White space, this is all about good and minimalist design. Don’t be afraid of this short code.

Attributes
  • top: top padding (default value: 8%).
  • right: right padding (default value: 8%).
  • bottom: bottom padding (default value: 8%).
  • left: left padding (default value: 8%).
Demo
This row has 8% padding.
[row padding="8%" bg_color="#f2f2f2"]
This row has 8% padding.
[/row]
This row has no padding, but the content is wrapped with a padding short code.
[row bg_color="#1c1c1e" text_color="#9c9d9f"]
[padding]This row has no padding, but the content is wrapped with padding short code.[/padding]
[/row]
This row has no padding, but the content is wrapped with custom padding values.
[row bg_color="#c1e8f3"]
[padding top="20%" bottom="20%"]This row has no padding, but the content is wrapped with custom padding values.[/padding]
[/row]