Update to this. I think that I found a solution – but if someone could verify this, that would be great:
Update the following file:
/components/com_virtuemart/themes/ja-zeolite/templates/common/categoryChildlist.tpl.php
At the beginning of the file – change the $categories_per_row from 4 to whatever you want
if( !isset( $categories_per_row )) {
$categories_per_row = 4;
}
** Question for everyone – I used filezilla to download/update the file. Is this somethng that can be done within the joomla/virtumart online interfaces (kind of like wordpress- you can update the template files while being logged into the actual wordpress file. Thanks **