[spacer]
Description:
Similar like [clear] shortcode this also clears floats, but has additional option for class attribute. The class attribute can add additional white space
Usage:
[spacer class="user"]
Options:
- class - WorkScout base.css has few classes that can be used with this attribute:
- margin-reset - set's all margins to 0
- margin-top-0 - set's top margin to 0px
- margin-top-5 - set's top margin to 5px
- ... (each 5px)
- .margin-top-70 - set's bottom margin to 70px;
- margin-bottom-0 - set's bottom margin to 0px
- margin-bottom-5 - set's bottom margin to 5px
- ... (each 5px)
- .margin-bottom-70 - set's bottom margin to 70px;