Is it a css error or i can set this value somewhere?
Tnx for the help and sorry for my english.

div#vmMainPage table.cat_childlist td {
display: block;
float: left;
}
I've the same problem but this fix doesn't work...
please help!
$iCol = 1;
if( !isset( $categories_per_row )) {
$categories_per_row = 4;
}
$iCol = 1;
if( !isset( $categories_per_row )) {
$categories_per_row = 3;
}