Hi.
A strange issue. If the "Text limit" (in Artcle Layout -> text -> ) is less than 8 words, news are fine, on horizontal way.
But, If "Text limit" is more than 7 words.. the news, after the first items horizontally, are on a vertical column.
http://www.open-co.it/vendita/#porte
The module mode is Standard mode and we use "Use own article format" with Article format text:
<div >
<a href="{URL}"><img src="{IMAGE_SRC}" alt="{TITLE}" style="text-align:left" /></a>
<div>
<h3 style="text-align:left"><a href="{URL}">{TITLE}</a></h3>
<p style="text-align:justify !important;">{TEXT}</p>
</div></div>
Thanks