Zen Cart Logo
Forums / General Questions / productMainImage

productMainImage

Locked

Views: 880

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
25 Nov 2007, 3:01 PM
#1
dealbyethan_com avatar

dealbyethan_com

Totally Zenned

Join Date:
Dec 2005
Location:
Perth, Western Australia, Australia
Posts:
782
Plugin Contributions:
0

productMainImage

Hi, does anyone know how to make the thumbnail product main image on the product info page align to the left? At the moment it has this left indent. Thanks in advance.

25 Nov 2007, 4:42 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: productMainImage

If you want to make the image align with the price, add this to your stylesheet (doesn't matter where):

#productMainImage img {margin-left: -.9em;}

If you want to move the whole block over, there is a tall skinny spacer <td> on the left edge of the table that you could remove from the code.