Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Centre Product Image

Centre Product Image

Locked

Views: 456

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
3 Aug 2010, 3:36 PM
#1
yorkshiregc avatar

yorkshiregc

New Zenner

Join Date:
Feb 2010
Posts:
23
Plugin Contributions:
0

Centre Product Image

Hi Guys,

I cant for the life of me figure out how to centre the product images.

Can anyone help out?

http://yorkshiregardencentre.co.uk/shop/

Thanks...

Greg!:frusty:

3 Aug 2010, 8:06 PM
#2
niccol avatar

niccol

Totally Zenned

Join Date:
Apr 2009
Posts:
2,138
Plugin Contributions:
1

Re: Centre Product Image

Try this in the bottom of your stylesheet::smile:

#productMainImage{
float:none !important;
}
#productMainImage img{
display:block;
margin:0 auto;
}
4 Aug 2010, 12:09 PM
#3
yorkshiregc avatar

yorkshiregc

New Zenner

Join Date:
Feb 2010
Posts:
23
Plugin Contributions:
0

Re: Centre Product Image

Fantastic Thanks!! :clap: