If I understand your request, you want the image to be centered under the "Listing" link in the center of the main content. To do this I changed (using the FireBug add-on to FireFox) this
#p-left { float: left; }
#productMainImage {margin: 1em 0em 0em 7em !important;}
to this
#p-left { float: none; }
#productMainImage { width: 100%; }


Reply With Quote
