3 Columns only showing as 2
-
I am using [su_column size=”1/3″] for 3 columns, but, although there appears to be room for the third column, it skips to the next row. I have six columns which should appear as 123/456, but are actually appearing as 12-/34-/5-6. In other words, the third column does appear on the last row and the middle column is empty on that row!
On inspection, the div structure appears to be:
<div class=”su-column su-column-size-1-3″><div class=”su-column-inner su-clearfix”>…</div></div>
<div class=”su-column su-column-size-1-3″><div class=”su-column-inner su-clearfix”>…</div></div>
<div class=”su-column su-column-size-1-3″>…</div>
<div class=”su-column su-column-size-1-3″>…</div>
<div class=”su-column su-column-size-1-3″>…</div>
<div class=”su-column su-column-size-1-3″><div class=”su-column-inner su-clearfix”>…</div></div>
- The topic ‘3 Columns only showing as 2’ is closed to new replies.