Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @glutensure,

    Thanks for getting in touch, and thank you for using Kale! ?? I’m really sorry for the trouble.

    It looks like there’s some custom CSS coming into play here that forces the mobile menu to display and hides the toggle button. I tested briefly unsetting those CSS rules, and the mobile menu seemed to work great for me…would you mind removing the custom CSS and then letting us take another look at that point?

    Thanks so much!

    Thread Starter glutensure

    (@glutensure)

    Thanks Steven! Could you confirm if CSS code you’re referring to is the following:

    @media(max-width:767px){
    .collapse{
    display:block!important;
    }
    button.navbar-toggle{
    display:none!important;
    }
    }

    Perfect- looks like that’s it! I just tested on iPhone and it’s working great for me now. Thanks so much!

    Thread Starter glutensure

    (@glutensure)

    Thanks a ton! Much appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu hamburger not working on mobile’ is closed to new replies.