Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #401471

    Had a recent question answered, but have noticed an adverse affect…

    So I add the following css code in order to remove the nav menu and display the mobile menu, but on pressing the mobile menu, nothing happens…is there something I need to do in order to make this work…

    The code added

    @media only screen and (max-width: 959px) {
    nav.main_menu { display: none !important; }
    #advanced_menu_toggle { display: block !important; }
    }

    Cheers

    #401606

    Hi uvanlj1!

    Send us a link to your site and we’ll take a look. You can set your reply as private if you wish.

    Cheers!
    Elliott

    #401789
    This reply has been marked as private.
    #401792

    To add, it’s only until I get to the actual mobile width (I believe) when the mobile menu works. When the site is in the ‘in between’ width range, I press the menu button, and nothing appears, although I can see the menu div appear in firebug

    Cheers

    #402308

    Hi!

    Not sure what’s going on there but you can add this to your custom CSS to fix it.

    #mobile-advanced, #advanced_menu_hide { display: block !important; }
    

    Best regards,
    Elliott

    #402647

    That worked…thank you heaps…

    Going to use this theme a lot with new client coming on board…it’s very good…

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menu Wraps to another line cont’ is closed to new replies.