jshesek
Junior Member
Posts: 5
Registered: 4/5/2005
Member Is Offline
|
| posted on 10/16/2008 at 03:05 PM |
|
|
Vertical Menu Height
My vertical menu has text that wraps, because the title for that row is too long.
How do I increase the size of the row?
I tried increasing Menu_Pos['height'] in the menutpl.js - but that didn't work.
I tried increasing .m0l0o{height : 50px;} to 255px; but that didn't work.
Any ideas?
Jess
|
|
|
jshesek
Junior Member
Posts: 5
Registered: 4/5/2005
Member Is Offline
|
| posted on 10/16/2008 at 05:04 PM |
|
|
Found an answer
In the menu_tpl.js - you have to modify here:
// offsets between items of the same level
MENU_POS['top'] = [50, 23, 23]; <-- 50 increased the row height which allows 3 lines of text to show.
|
|
|