Shortcode - Content Alignment

You can use below shortcode to align content / region in different position. You can use these shortcodes to align text / images etc.

Align Left

<div class="align-left">
-- This wil be left aligned --
</div>

Align Right

<div class="align-right">
-- This wil be right aligned --
</div>