Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / width used for product columns in center boxes

width used for product columns in center boxes

Locked

Views: 680

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
7 Jul 2010, 7:44 AM
#1
fakedecoy avatar

fakedecoy

Zen Follower

Join Date:
Jul 2006
Posts:
309
Plugin Contributions:
0

width used for product columns in center boxes

zc 1.3.8a

See store at:
https://www.adamantbarbell.com

For the products listed in the center boxes such as 'New Products for July', how can I tighten the width used for the product name or put padding between each product such that the names can't run into each other?

In admin I'd like to adjust the center box columns from 3 to 4, but when I do that the product names are too close such that they run into each other with some of the longer names. It seems to adjust the column widths to % according to the number of columns, ie: 25% width for each of 4 columns, leaving no padding between the columns.

7 Jul 2010, 8:03 AM
#2
gjh42 avatar

gjh42

Black Belt

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

Re: width used for product columns in center boxes

Add to your stylesheet

.centerBoxContentsNew a {margin: 0 0.5em;}

7 Jul 2010, 4:41 PM
#3
fakedecoy avatar

fakedecoy

Zen Follower

Join Date:
Jul 2006
Posts:
309
Plugin Contributions:
0

Re: width used for product columns in center boxes

Thanks! I think that did the trick.