Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Changing Space Between Product Images

Changing Space Between Product Images

Locked

Views: 658

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
15 Aug 2008, 1:47 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Changing Space Between Product Images

You'll have to find productListing-data in your stylesheet, and break it out from the rest into it's own statement, then add some padding:

**.productListing-data {

    text-align:center;
    padding-bottom:XXpx;

}**

It's in the long list of stuff that begins with .centeredContent