Wider SubMenu
Hello, Submenu text on my site has lot of characters, would it possible to control the width of sub menu (so that when user hovers over submenu, the text does not go to next line and shows as single line, just wider)
Thanks,
Ajay
Comments
please send us url to page where you want to increase sub-menu width and we'll try to help you.
Thanks!
I'd like to somehow fit sub menu items onto one line as they are quite long. (so I'd like to either make the sub menu font smaller, or the actual drop down menu box wider)
my site where you can see the menu drop down spanning onto two lines is www.theatrejam.com/about
Thanks
Basically I used the following CSS - and added into the CUSTOM CSS box in the BeTheme Options panel
#Top_bar .menu li ul li { width: 200px !important; }