It’s as simple as above – it’s just no longer visible
site is http://natureslens.co.uk
Hi DavidMiles;
your css files look “bizzare” (!) : the mobile menu has “display:none” for every screen size.
but try to add these lines into your custom styles :
@media only screen and (max-width: 767px) {
.responsive.html_mobile_menu_tablet .container #advanced_menu_toggle, .responsive.html_mobile_menu_tablet #advanced_menu_hide{display:block;}
}
Thanks – that fixed it – not sure where the other rogue CSS came from