Quote Originally Posted by heavenlynights View Post
Hi Jet

What I would like to do is to move the original price which sits to the right side of the product image in the product listing page, to below the product image.

Where abouts would I find this in the css or is this cored into one of the template files?

TIA
You could add this to your css:
.centerBoxContentsProducts img {display:block;text-align:center;margin:0 auto;}