Hi David,
wonderful, as usual…
😉
the only thing that still doesn’t work ist the mobile menu starting with open submenu items on the main domain, working fine on the subdomain with
.main-navigation.toggled .main-nav ul .current-menu-item ul,
.main-navigation.toggled .main-nav ul .current-menu-ancestor ul {
position: relative;
top: 0;
left: auto!important;
right: auto!important;
width: 100%;
pointer-events: auto;
height: auto;
opacity: 1;
display: block;
visibility: visible;
}
Details in Private information below.
best,
Torsten