Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #713557

    Hi There,

    I have tried to disable the mobile menu following previous post but without success.

    The code I used was:

    @media only screen and (max-width: 968px) {
    .responsive #top .mobileMenu {
    display: none !important;
    }
    }

    Link to the landing is here: http://test.jonathonheyward.com

    Thank you for your help!

    V

    #713835

    Hey vincentbruggeman,

    Please try this instead:

    @media only screen and (max-width: 767px) {
    #advanced_menu_toggle {
        display: none !important;
    }
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.