I use this code:
<div class="container clearfix">
{foreach name=kbasecats from=$kbcats item=kbcat}
<div class="col_one_third">
<div class="feature-box fbox-rounded fbox-effect">
<div class="fbox-icon">
<a href="/knowledgebase/{$kbcat.id}"><i class="icon-screen i-alt"></i></a>
</div>
<h3>{$kbcat.name} <span class="badge">{$kbcat.numarticles}</span></h3>
<p>{$kbcat.description}</p>
</div>
</div>
{/foreach}
</div>I must place the information in two columns.
My CMS generates categories: Title, Description.
I can not to add some categories col_last, and for other categories do not add col_last.
Or are always without col_last, or always col_last.
Because of this, the conclusion of categories broken.
See screenshot.
You can fix it to the category are placed evenly on the page?
