Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #214873

    Using the code provided from UberMenu, the drop down menu on mobile devices is not being hidden. Instead, it is being shown, one stacked upon the other.

    Would this not be correct?

    .main_menu .mobileMenu{
    display:none !important;
    }

    #214877

    I’m trying to resolve this quickly. I would appreciate a prompt response.

    #214878

    Hi!

    Please try adding following code to Quick CSS instead

    .responsive #top .mobileMenu { display: none!important; }

    Regards,
    Yigit

    #214881

    Yigit –

    The original code ended up working. Turns out I had an issue with our CDN caching the custom.css file and therefore it wasn’t updating.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide Mobile Menu for UberMenu’ is closed to new replies.