My menu is not working on mobile for https://kfdojj941p1fthxw-44007522459.shopifypreview.com
I also can’t add to cart and none of my product photos are working
I have the following code in my theme.liquid to remove the logo on the mobile.
I am using parallex
@media (max-width: 767px){ #header .mobile_logo { display: none !important; } }but when I remove it, it doesn’t make the mobile menu work.
Any adv