This is a migrated thread and some comments may be shown as answers.

[Solved] Setting the height of menu, drop down items

0 Answers 124 Views
Menu
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Rhek
Top achievements
Rank 1
Rhek asked on 05 Aug 2011, 07:15 PM
Hello,
 
Our staff would like the height of our horiztonal menu increased to 30 pixels. This would also affect the submenu items also. I have been playing with the styles some and found the following kind of works:
 
.t-widget, .t-link:link, .t-link:active, .t-link:visited, .t-popup {
 height: 30px;
 line-height: 30px;
}
 
The main problem with this is that the class "t-animation-container" has a height set of 290px. I suspect that the height of 290px was calculated based on the number of submenu items, but I cannot figure out what style height it is using for the calculation. In my case "t-animation-container" is too short now that I have set the height to 30px and cuts off some of my submenu items.
 
Could you let me know what I need to do to change the height?
 
Thanks!
 Rhek
 
Tags
Menu
Asked by
Rhek
Top achievements
Rank 1
Share this question
or