Spacing Shortcodes

Vertical Spacing Shortcode:
[decoElite_vertical_space height="10px"]
Outputs this div: <div class="de-vertical-space" style="height: 10px"></div>

Horizontal Spacing Shortcode:
[decoElite_horizontal_spacing height="10px"]
Outputs this div: <div class="content-spacing" style="height:10px;"></div>

Clear Shortcode:
[decoElite_de_clear height="10px"]
Outputs this div: <div class="de-clear" style="height: 10px;"></div>

This shortcodes allow you to create vertical and horizontal spacing between your content.