Quote Originally Posted by bettysue View Post
The only thing I wish I could fix is the fact the new products on the main page are aligning to the right. They also did that prior to the uninstall when the stylesheet for the mod was there, so I don't know where to fix it.

betty
Simple:

edit your stylesheet.css file.

find:
Code:
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 11px; 0em;
	}
change to
Code:
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 5px; 0em;
	}
The margin was too big for the overall table. 5 is within the limits