Okay
  Public Ticket #2583954
Mobile Menu blank
Closed

Comments

  • Daniel started the conversation

    the mobile menu is blank. I see other people have had the same issue. Can you just send me the instructions on how to fix? 


    Css code? 

  •  2,558
    Kevin replied

    Hi Daniel 

    Add this css to adjust it at Appearance-> Customize-> Additional CSS


    @media (max-width: 959px) {
    #mega_main_menu.responsive-enable.mobile_minimized-enable> .menu_holder> .menu_inner> ul {
        display: block;
    }
    }

    thanks