Hi,
I am going crazy over this...

http://black-technology.com/store/in...dex&cPath=1_21

I cant seem to get the dots to appear using the grid contrib

I did the:
"product_listing.php_UseWithColumnGridLayout_zc138"
to:
"product_listing.php"?

But its still the same

BUT to solve the 1 column of death I had to do a workaround by changing this:
$col_width_div = floor(100)
To
$col_width_div = floor(100/PRODUCT_LISTING_COLUMNS_PER_ROW) - 0.5;