You are here

two_columns_text_img_left.tpl.php in Layouter - WYSIWYG layout templates 7

File

theme/tpl/two_columns_text_img_left.tpl.php
View source
<p style="-moz-column-count: 2; -moz-column-gap: 16px; -webkit-column-count: 2; -webkit-column-gap: 16px; column-count: 2; column-gap: 16px;"><span style="display: block;"><?php

print $image;
?></span><?php

print $text;
?></p>