Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #861069

    Hello.

    A client of ours emailed me to let me know that the mobile menu was missing on their website.
    Before opening a thread here, I wanted to check the quick css, because I know you guys have helped me to change a few things over the site.

    I took out all the quick css and the mobile menu came back. After a process of elimination, I found that it was the following code which was the culprit. This was something I had on to stop the flickering of the text when elements animated on the screen.

    Flicker Fix
    .container_wrap { 
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0); }

    I still don’t think the menu is functioning properly, as the search icon is still there, and it used to disappear on smaller screens. However, at least the menu now works.

    Just thought I’d share.

    Cheers

    #861481

    Hey jonrouse,

    Thanks for sharing. I checked the site and like you said the mobile menu seems to be working as it should, let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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