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?
Hi Chris!
Add this to your custom CSS.
@media screen and (max-width:767px) {
nav.main_menu { display: none !important; }
}
Regards,
Elliott
Many thanks, that’s fixed the issue. :)