Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #437583

    On the iphone the menu items are displayed in text along the top in 3 rows but there is also the box with the three lines that contains the proper mobile menu options.

    Screenshot: http://www.icfurniture.co.uk/mobilemenuissue.PNG

    Why is the menu text also showing up as well as the mobile menu icon?

    • This topic was modified 9 years, 6 months ago by Beertank.
    #438261

    Hi Chris!

    Add this to your custom CSS.

    @media screen and (max-width:767px) {
    nav.main_menu { display: none !important; }
    }

    Regards,
    Elliott

    #439628

    Many thanks, that’s fixed the issue. :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mobile displays the Menu text and also a Mobile Menu box issue – i phone’ is closed to new replies.