Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / change width on the categories page (price width)

change width on the categories page (price width)

Locked

Views: 998

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
1 Sep 2010, 8:19 AM
#1
oberheimer avatar

oberheimer

Zen Follower

Join Date:
Feb 2009
Posts:
108
Plugin Contributions:
0

change width on the categories page (price width)

Would be nice if i can have fixed width for the prices it would look alot better. Can someone help me out

1 Sep 2010, 1:32 PM
#2
gjh42 avatar

gjh42

Black Belt

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

Re: change width on the categories page (price width)

We need to see your site to be sure of giving the right answer.

3 Sep 2010, 4:53 PM
#3
gjh42 avatar

gjh42

Black Belt

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

Re: change width on the categories page (price width)

Add to your stylesheet

.productListing-data .price {display: block; width: 7em; text-align: center; margin: auto;}

If you don't want the price centered, you can eliminate the text-align: center; margin: auto;

You have a stylesheet-OLD.css which is still active. If you want to keep a backup, name it like stylesheet.bak.