Changing the width of dropdown menu items
-
Hello,
I’m trying to change the width of the dropdown menu as some items go over two lines.
I tried a bunch of Custom CCS as per previous topics (see below) but nothing seems to work.
Any help would be greatly appreciated, thank you!.main-navigation ul ul a {
width: auto;
}.navigation-top .wrap {
max-width: none;
}.navbar-nav .dropdown-menu > li > a {
white-space: nowrap;
}The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Changing the width of dropdown menu items’ is closed to new replies.