Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Adding Spaces in Categories in Sidebox

Adding Spaces in Categories in Sidebox

Locked

Views: 866

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
6 Dec 2008, 3:26 PM
#1
jharmon avatar

jharmon

New Zenner

Join Date:
Sep 2008
Posts:
19
Plugin Contributions:
0

Adding Spaces in Categories in Sidebox

I need help to add some gray space between each category on the left sidebox.

This is what the client wants:

Here is my website now: http://www.mpmedicalsupplies.com

The category menu has a blue background with white text.

Any ideas would be helpful.

6 Dec 2008, 7:45 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Adding Spaces in Categories in Sidebox

Almost gave up on page loading....

Find this in your stylesheet and change the padding statement to this and adjust t suit

#categoriesContent ul li{
	margin:0;
	font-size:1.2em;
	padding: 0em 0em 1em .5em;
	font-weight:bold;
	}

Edited: Opps....actual grey lines.... be back as this will time out

6 Dec 2008, 7:50 PM
#3
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Adding Spaces in Categories in Sidebox

This gets 95% of what you posted - adjust to suit

#categoriesContent ul li{
        border-bottom: 10px solid #9a9a9a;
	margin:0;
	font-size:1.2em;
	padding-left:5px;
	font-weight:bold;
	}
6 Dec 2008, 8:50 PM
#4
jharmon avatar

jharmon

New Zenner

Join Date:
Sep 2008
Posts:
19
Plugin Contributions:
0

Re: Adding Spaces in Categories in Sidebox

Kobra,

Thank you...that helps, but I still have the margins that remain blue.

6 Dec 2008, 9:09 PM
#5
jharmon avatar

jharmon

New Zenner

Join Date:
Sep 2008
Posts:
19
Plugin Contributions:
0

Re: Adding Spaces in Categories in Sidebox

Never mind...I was able to zero out the margins and it looks great. Thanks, Kobra.