Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Need a line break between attributes.

Need a line break between attributes.

Locked

Views: 1,137

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
27 Jul 2010, 10:50 PM
#1
powpcs avatar

powpcs

New Zenner

Join Date:
Jul 2010
Posts:
3
Plugin Contributions:
0

Need a line break between attributes.

Hi,
I was hoping someone could help me get a line across the page between each attribute name, so that each group of values would be seperated.

1.3.8a
zj_black template
my site http://www.powpcs.com

Thanks!

28 Jul 2010, 10:28 AM
#2
stevesh avatar

stevesh

Black Belt

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

Re: Need a line break between attributes.

Something like this in the stylesheet:

.wrapperAttribsOptions label{
border-bottom:1px solid;
}

You might want to add a little padding, too.

6 Aug 2010, 7:15 AM
#3
powpcs avatar

powpcs

New Zenner

Join Date:
Jul 2010
Posts:
3
Plugin Contributions:
0

Re: Need a line break between attributes.

thanks, but that put a line under each value. I just need a line break before each option name. any help is much appreciated.