Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / customizing category menu

customizing category menu

Locked

Views: 738

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
22 Feb 2009, 15:52
#1
mol2 avatar

mol2

New Zenner

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

customizing category menu

Hi all, I am new in zencart. Need ur help,

I'm using category menu in left side, but I found each menu link in category is too near each other. So I try to make each menu link quiet far each other, but it did not work althought I use margin-bottom/margin-top.

Any suggestion please

many thanx

22 Feb 2009, 19:18
#2
gjh42 avatar

gjh42

Black Belt

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

Re: customizing category menu

The categories sidebox items are inline link elements, which are not able to have margins applied. You can use
line-height: 1.8em;
to make the spacing bigger (adjust to taste).
If you want more control over the layout of the categories sidebox, you can install Categories Dressing. (This is not needed for basic color/font changes.)

23 Feb 2009, 05:44
#3
mol2 avatar

mol2

New Zenner

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

Re: customizing category menu

Hi gjh42...

many thx for the solution