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