Sub Categories (site sift)
Q:
Hello,
is there a way I can show sub categories in 4 columns instead of 2.
Thank you.
A:
On line 59 of subcat.php
if (($row/ceil($totalRows_subcat/2) == ceil($row/ceil($totalRows_subcat/2))) && ($row<$totalRows_subcat))
change the numbers 2 to whatever.Thats it. No need to be custom coded.
Found it just recently.
|