Reply To: Manual Theme Intergration

Home Forums Support Manual Theme Intergration Reply To: Manual Theme Intergration

Home Forums Support Manual Theme Intergration Reply To: Manual Theme Intergration

#149276
Tom
Lead Developer
Lead Developer

Hi there,

I’ve helped a couple people with Uber Menu, I believe this CSS is all that’s needed:

@media (min-width: 769px) {
      .ubermenu-responsive-toggle {
            display: none !important;
      }
}
 
@media (max-width: 768px) {
      .menu-toggle {
            display: none;
      }
}

Let me know 🙂