This question is locked. New answers and comments are not allowed.
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
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