indexu.com

developer blog

Tag: multi columns

Show listing in two columns or more

Bored to have listing in single column? I will show you how to make listing in multiple columns. Edit rows.html, clean the codes and replace with: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <%if $number % 2 eq 1%> <div class="row_nl"> <%/if%>   <div class="row_item myrow"> <img [...]