This is what finally worked for me...all done i the .css file for the theme you are using and if you change templates then you must redo it to that templates stylesheet.css
find and remove:
.centerBoxContentsAlsoPurch
add below that section:
.centerBoxContentsAlsoPurch {
float:left;
}
this will make the images in the "also purchased" block be in a row.
to make new products images be in a row:
Find and remove:
.centerBoxContentsNew
then place under that section:
.centerBoxContentsNew
{
float:left;
}



Reply With Quote
I'd like it to display 3 (maybe 4) items per ROW.
