Zen Cart Logo
Forums / Basic Configuration / Need help with Menu/categories

Need help with Menu/categories

Locked

Views: 746

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
17 Oct 2009, 9:08 PM
#1
kburner avatar

kburner

Totally Zenned

Join Date:
Apr 2008
Location:
Flint, Michigan
Posts:
684
Plugin Contributions:
0

Need help with Menu/categories

I am using horizontal drop down menu for my categories. I have 13 top categories. I am having difficulties trying to get top category to line up across and down. They are also too far over to left and when I try to move messes up entire line.

Any suggestions on how to make this better? Idea's would be greatly appreciated!

Thanks,
Kim
https://www.burnerbooks.com

17 Oct 2009, 10:32 PM
#2
gjh42 avatar

gjh42

Black Belt

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

Re: Need help with Menu/categories

In stylesheet_header_menu.css, find thisdiv#dropMenu { position:relative; width: 100%; height: 25px; margin-top: -4.5px; /*margin-top: -1px; */ text-align:left; z-index: 1000; font-family: Lucida Sans; } and replace the width with padding-left:```
div#dropMenu {
position:relative;
padding-left: 2.5em;
height: 25px;
margin-top: -4.5px;
/*margin-top: -1px; */
text-align:left;
z-index: 1000;
font-family: Lucida Sans;
}