Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,

    Something like this should force the handheld menu to display;

    @media screen and (max-width: 768px) {
    .handheld-navigation {
    display: block !important;
    }
    }

    You’d then just need to hide the toggle button.

    It looks like you managed to center the links already ??

    Thread Starter stillmo

    (@stillmo)

    Awesome thank you!

    Hello, Is this should work with twenty twelve theme ?
    I have the Twenty twelve theme and I just need to hide “Menu” button in mobile mode and show normal desktop menu since it contains only one element, How I can do this please?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable navigation toggle for mobile menu’ is closed to new replies.