Archived topic
(Sub)Menu items effed up all of a sudden
2 replies · Started by Sven on March 13, 2019
Hi folks,
so I'm building what must be my 50st or so GP website and all of a sudden all menu items containing childs are 700px long. It's that long regardless of being hovered or not. I can't really say more as I can't even properly replicate it myself.
I didn't add or remove anything recently and the issue is only apparent in Firefox. 650.0.1 (Linux and Windows)
Any leads?
Best Regards,
Sven
Okay so the CSS below seems to fix but I'm still completely clueless as to how this happened (Yes menu height is set in customizer).
.menu-item-has-children .dropdown-menu-toggle {
max-height: 60px;
}
.main-navigation .main-nav ul li.menu-item-has-children > a {
max-height:60px;
}
Hi there,
We have not had this problem reported before.
I'd assume there are some custom CSS causing it or perhaps conflicts from another plugin.
It's impossible to tell without seeing the live site in question though.