Quote Originally Posted by brebix View Post
Hello again thanks for the great template again!
I had a quick question how would I center the product image on the product info pages?
For a page like this? http://thefriendlyvapor.com/menthol-...-liquid-flavor ?
Thanks in advanced!
Remove the float:left; from the #p-left and add:

Code:
#productMainImage{text-align:text-align:center;float:none;}
Thanks,

Anne