Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #587606

    It’s as simple as above – it’s just no longer visible

    site is http://natureslens.co.uk

    #587638

    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;}
    }
    #587699

    Thanks – that fixed it – not sure where the other rogue CSS came from

    #587707

    Hey!

    Glad @begrafiks could help :)

    @begrafiks
    Thanks as always :)

    Best regards,
    Yigit

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