my store’s mobile menu is not working on any of the pages or for the products although it’s working fine for the desktop. this is the link for my store
As your Store is in Development Process. Please check it again through customization.
Could you please tell me do you buy theme or Used downloaded one theme? Because sometime Downloaded theme not working well.
Or maybe you add custom coding it that effect it.
I am using Dawn Theme which is free, how do I check it again through customization?
p/m me so that I provide you solution code.
Thanks
please provide me with the solution here, it will be very helpful.
Add the following css in your store (base.css file):
.js details[open]>.menu-drawer {
transform: translateX(0);
visibility: visible;
}
1 Like
Thanks that was very helpful
1 Like
You are welcome. If you liked my solution just do not forget to hit the like button. Thanks
1 Like