I have searched through the forums and the documentation and can't quite get my head around this one. I'm hoping that someone has successfully pulled this off. :-)

The ZC default is for the center page to display subcategories in row/column format. You can set the number of columns through the admin panel thus:

Category
subcat1 icon | subcat2 icon | subcat3 icon
subcat4 icon | subcat5 icon | subcat6 icon

I have that part down - no problem :)

What I would like to do is change it to display the center panel thus:

Category
subcat1 icon | subcat1 description
subcat2 icon | subcat2 description
subcat3 icon | subcat3 description
subcat4 icon | subcat4 description
subcat5 icon | subcat5 description
subcat6 icon | subcat6 description

so I set the #columns in the admin panel to '1' and went in and edited the ../modules/../category_row.php file and what happens now is I get

Category
subcat1 icon
subcat1 description

subcat2 icon
subcat1 description

sucat3 icon
subcat1 description

...

My question: What the heck did I miss? :-P

Thanks