Hi There,

Been trying to find this in the forums but can't find what I'm looking for, apologies if I missed it!

I'm using Zen Cart v1.3.9h using the Pure Green Free Template.

I'm trying to use attributes to sell products without any problems, but the attribute labels next to the dropdown boxes are wrapping underneath making the label 2 lines. I'd like to space everything further across to the right so it doesn't look cramped up.

Tried using Firebug and after looking around I found that I need to change the following below in red from 100px to 200px

h4.optionName {
font: bold 11px verdana;
margin: 0;
padding: 0;
width: 200px;

in stylesheet.css (Line 145)

Looking in my stylesheets I can't find the above anywhere?

Anybody any ideas please?

Regards

Hylton