Disable mobile menu button - by makiL - on WordPress WooCommerce support

This topic has 8 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp

  • Avatar: makiL
    makiL
    Participant
    October 21, 2014 at 21:16

    How can i avoid the browser showing mobile menu button in window size less than 1400px?
    Thanks, great theme!

    7 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    October 22, 2014 at 09:11

    Hello,

    Do you want to display the same main menu as in desktop variant?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: makiL
    makiL
    Participant
    October 22, 2014 at 13:34

    Hi Eva,

    the menu for mobile devices is fine. I want the site only to switch to mobile menu when the window is smaller than 800px width.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 22, 2014 at 13:44

    Hello,

    You can use @media queries code for mobile devices.
    @media (max-width: 800px) {...(here your code)...}
    But we don’t recommend changing responsive because our theme uses the default size.

    Regards,
    Robert Hall.

    Avatar: makiL
    makiL
    Participant
    October 22, 2014 at 14:13

    i changed
    @media only screen and (max-width: 1200px) {
    .hidden-tooltip {
    display: none !important;
    }

    to 800px. now it works.

    Regards,
    David

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 22, 2014 at 15:42

    So, is your issue solved?

    Regards,
    Robert Hall.

    Avatar: makiL
    makiL
    Participant
    October 22, 2014 at 17:19

    yes, thanks.

    Avatar: Eva
    Eva Kemp
    Support staff
    October 22, 2014 at 17:39

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 8 results - 1 through 8 (of 8 total)

The issue related to '‘Disable mobile menu button’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.