Our themes allows you to create content in different column. Please check demo: http://demo.drupar.com/berrypro/column
Screenshot
Full
One Half
One Three
Two Three and One Three
One Three and Two Three
Please Use below sample code for writing in different column.
Full
<div class="full">
Cras mattis, nulla sed auctor tempus, augue dolor posuere ligula, ut suscipit leo urna ac ligula. Sed blandit pellentesque sem, non auctor ligula blandit id. Aenean tincidunt scelerisque nulla, ut dignissim ligula dictum ac. Phasellus ut massa ut tortor aliquam blandit id sit amet diam.
</div>
First one-half
<div class="one_half">
Cras mattis, nulla sed auctor tempus, augue dolor posuere ligula, ut suscipit leo urna ac ligula. Sed blandit pellentesque sem, non auctor ligula blandit id.
</div>
Second one-half
<div class="one_half_last">
Cras mattis, nulla sed auctor tempus, augue dolor posuere ligula, ut suscipit leo urna ac ligula. Sed blandit pellentesque sem, non auctor ligula blandit id.
</div>
First one-three
<div class="one_three">
Cras mattis, nulla sed auctor tempus, augue dolor posuere ligula, ut suscipit leo urna ac ligula. Sed blandit pellentesque sem, non auctor ligula blandit id.
</div>
second one-three
<div class="one_three">
Cras mattis, nulla sed auctor tempus, augue dolor posuere ligula, ut suscipit leo urna ac ligula. Sed blandit pellentesque sem, non auctor ligula blandit id.
</div>
Last one-three
<div class="one_three_last">
Cras mattis, nulla sed auctor tempus, augue dolor posuere ligula, ut suscipit leo urna ac ligula. Sed blandit pellentesque sem, non auctor ligula blandit id.
</div>
First two-three
<div class="two_three">
Cras mattis, nulla sed auctor tempus, augue dolor posuere ligula, ut suscipit leo urna ac ligula. Sed blandit pellentesque sem, non auctor ligula blandit id.
</div>
Last two-three
<div class="two_three_last">
Cras mattis, nulla sed auctor tempus, augue dolor posuere ligula, ut suscipit leo urna ac ligula. Sed blandit pellentesque sem, non auctor ligula blandit id.
</div>