Hi There, Happy New Year!
I much prefer the megamenu even for a simple menus, however the dropdown is to wide. How would you suggest tightening the dropdown, making all the menu item divs less wide?
Thanks much!
Hi Pelyon!
Happy new year! :)
Please add following code to Quick CSS and adjust as needed
#header .six.units {
width: 440px;
}
Regards,
Yigit
Hi Yigit,
Thanks for the suggestion, but it had no effect on my issue. I don’t believe I have any other CSS that would conflict. I tried 10 to 1000 px adjustment and the submenu divs were the same width. Any other suggestions? Thanks!!
-Pelyon
Hi!
yigit’s code is working for me, but try to add an !important:
#header .six.units {
width: 267px !important;
}
Clear browser cache afterwards.
Best regards,
Andy
Excellent, that did it. BTW, once you log onto the site, you see a 3rd column (logout) in the mega menu, and these divs are too wide as before. Is there another element? e.g .8.units?
Many, many thanks.
-Pelyon
Hey!
if it’s only happening when you login, then we need your login information. Post it here as a private reply and we take a look.
Regards,
Andy
Hey!
You can try this:
#header .nine.units {
width: 450.5px !important;
}
Regards,
Ismael
Right, that did it Ismael and Yigit and Andy, many thanks.