Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Align the attributes

Align the attributes

Locked

Views: 1,128

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
10 Feb 2007, 22:49
#1
zenrajan avatar

zenrajan

New Zenner

Join Date:
Apr 2005
Posts:
53
Plugin Contributions:
0

Align the attributes

Hi,

I have added a few attributes to my site but because their option name are all different size, the names and the options are not properly aligned

Ex: http://www.mlsfabrications.com/index.php?main_page=product_info&cPath=6_2&products_id=8

Apart from the option names being left aligned, I wanted the option values to be left aligned, starting from the point where the longest option name finishes.

Any help is highly appreciated !

10 Feb 2007, 23:17
#2
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Align the attributes

try adding the following to your stylesheet.css

.optionName { width: 11em;}

This should give you the alignment you are trying to achieve.

11 Feb 2007, 00:17
#3
zenrajan avatar

zenrajan

New Zenner

Join Date:
Apr 2005
Posts:
53
Plugin Contributions:
0

Re: Align the attributes

Thanks for the help, it worked right on!

05 Mar 2007, 18:35
#4
thetankgirl avatar

thetankgirl

New Zenner

Join Date:
Jul 2005
Posts:
33
Plugin Contributions:
0

Re: Align the attributes

Thank you so much for this, didn't know it was so simple ;-)

Thank you!!