PenciDesign replied
Hi,
Sorry for late reply. I don't know why I can't get notice about your ticket.
Please try add more this code to Customize > Custom CSS to hide mobile navigation from the theme itself and use mobile navigation from Uber menu plugin:
@media only screen and (max-width: 960px){
#navigation .button-menu-mobile {
display: none;
}
.ubermenu-skin-minimal.ubermenu-responsive-toggle{ padding: 19px 0; font-size: 16px; }
#navigation .container{ z-index: 1000; }
}
Best Regards,
PenciDesign
