You are here

big_img_two_column_text_below.html.twig in Layouter - WYSIWYG layout templates 8

<div style="text-align: center;">
  {{ image }}
</div>
<p style="-moz-column-count: 2; -moz-column-gap: 16px; -webkit-column-count: 2; -webkit-column-gap: 16px; column-count: 2; column-gap: 16px;">
  {{ text }}
</p>

File

templates/big_img_two_column_text_below.html.twig
View source
  1. <div style="text-align: center;">
  2. {{ image }}
  3. </div>
  4. <p style="-moz-column-count: 2; -moz-column-gap: 16px; -webkit-column-count: 2; -webkit-column-gap: 16px; column-count: 2; column-gap: 16px;">
  5. {{ text }}
  6. </p>