Hi Team,
I was hoping one of you could help me out with a question I have about inline nav menus on https://mazesurgeons.org
When there is a secondary dropdown nav menu item, I would like the new nav items to remain in the original dropdown container. I was able to achieve my desired result for the hamburger nav menu with the following code:
@media screen and (max-width: 979px) {
.sub-menu.x-dropdown.x-active {
position: initial !important;
box-shadow: none !important;
}
However this DOES NOT work for the inline menu. Applying ‘posiiton: initial’ breaks the menu all sorts of weird.
Desired result (achieved on hamburger menus)

Improper result on inline nav menus

Any help would be greatly appreciated, thanks!!

