OK. As i said I have my own time pressures with a site going live on Monday, but try this:
In product_listing.php
line 348 ish looks like:
change it to:Code:$list_box_contents[$rows][$column] = array('params' => 'class="centerBoxContentsProducts centeredContent back"' . ' ' . 'style="width:' . $col_width . '%;"', 'text' => $lc_text);
obviously back eveything up first as this is seat of pants type coding going on :-)Code:$list_box_contents[$rows][$column] = array('params' => 'class="centerBoxContentsProducts centeredContent back"' . ' ' . 'style="width:' . $col_width . '%;"', 'text' => $lc_text, 'form' => $lc_form);




