I just added this CSS to show the hamburger menu at all screen sizes. However, clicking on the menu doesn’t do anything anymore (no fly-out).
@media (max-width: 1900px) {
a.x-btn-navbar {
display: inline-block;
float: right;
}
.x-nav-wrap.mobile.collapse.in {
display: block;
}
.x-nav-wrap.desktop {
display: none;
}
}
Can provide the URL and login if needed.