Hi,
I'm trying to fix my menus so they look proper. Currently on my site I have a horizontal menu (top position) and if you hover over the 'Events' dropdown, the submenu name is to long for one of the items and as a result the text is moved to the next line but it looks terrible. How can I move the width of that submenu so the text stays on the same line.
I also want to a submenu to the 'Honor Wall' menu item but when I do that, the word 'Wall' is bumped to the line below and it has a similar bad look like the submenu item above. The width of the parent menu was set in the menu.min.css file:
Code: |
.ux-menu-container LI.ux-menu-item-main
{
width: 127px;
}
|
But if I increase that width the menu items get moved to the next line. If I set it to auto, they are not evenly spaced across the top but are all right justified and don't fit the 100% of the topmenu.
You can find the site here:
Click
Thanks.