Hi kywolf !
What menu type do you use on your site ?
for edit height of top menu . You can do following 2 steps :
Step 1 :
– open template.css file in templates/ja_edenite/css folder. find code section :
#ja-mainnav {
background:#2C79B3 url(../images/grad2.gif) repeat-x scroll center top;
height:32px;
}
change height property of above code.
Step 2 :
open css file for menu( example : if you use split menu -> open ja.splitmenu.css file in templates/ja_edenite/ja_menus/ja_splitmenu folder) :
find code have format type same :
#[menuname] a {
........
line-height:32px;
}
change line-height property.
good luck !