Reply To: Integration with UBERMENU

Home Forums Support Integration with UBERMENU Reply To: Integration with UBERMENU

Home Forums Support Integration with UBERMENU Reply To: Integration with UBERMENU

#73834
Tom
Lead Developer
Lead Developer

Try this code instead:

@media screen and (max-width: 768px) {
      .menu-toggle, .main-navigation.toggled .main-nav > ul {
            display: none;
      }
      .main-navigation ul {
            display: block;
      }
      .ubermenu-responsive-toggle {
            display: block !important;
      }
}

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

As for the “Responsive Ubermenu” text – that’s handled by the plugin I believe, so you’ll have to ask them how to change it.

Hope this helps 🙂