• jaybakker

    (@jaybakker)


    Hi,

    I have an issue because my menu is quite long so on tablet it shows 2 lines of the menu items. So i would like the mobile menu (hamburger) to show earlier. How can i do this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @jaybakker
    Please add the following CSS in that your modules-responsive.min.css

    @media screen and (max-width: 1200px) {
     .mkdf-page-header {
         display: none;
     }
     .mkdf-mobile-header {
    
        display: block;
     }
    }
    Thread Starter jaybakker

    (@jaybakker)

    Hi,

    Thank you, it works perfectly!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change width when mobile menu appears’ is closed to new replies.