Mobile menu is not working for my store, its working absolutely fine for desktop though

Solved

Mobile menu is not working for my store, its working absolutely fine for desktop though

Akshat1Saxena
Tourist
9 0 1

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

Accepted Solution (1)

abdulmoeed37
Shopify Partner
120 12 13

This is an accepted solution.

Add the following css in your store (base.css file):

.js details[open]>.menu-drawer {
   transform: translateX(0);
   visibility: visible;
}

 

Helping shopify store owners.
Schedule free meeting for shopify store related problems:
If you need assistance with your store, feel free to contact me at abdulmoeed37@gmail.com
If my assistance was helpful, please consider liking and accepting the solution. Thank you!

View solution in original post

Replies 7 (7)

thescriptflow
Shopify Partner
381 26 56

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.

- Need a Shopify Specialist? Chat on WhatsApp +447828078063

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button!

Akshat1Saxena
Tourist
9 0 1

I am using Dawn Theme which is free, how do I check it again through customization?

thescriptflow
Shopify Partner
381 26 56

p/m me so that I provide you solution code.
Thanks

- Need a Shopify Specialist? Chat on WhatsApp +447828078063

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button!

Akshat1Saxena
Tourist
9 0 1

please provide me with the solution here, it will be very helpful.

 

abdulmoeed37
Shopify Partner
120 12 13

This is an accepted solution.

Add the following css in your store (base.css file):

.js details[open]>.menu-drawer {
   transform: translateX(0);
   visibility: visible;
}

 

Helping shopify store owners.
Schedule free meeting for shopify store related problems:
If you need assistance with your store, feel free to contact me at abdulmoeed37@gmail.com
If my assistance was helpful, please consider liking and accepting the solution. Thank you!
Akshat1Saxena
Tourist
9 0 1

Thanks that was very helpful

abdulmoeed37
Shopify Partner
120 12 13

You are welcome. If you liked my solution just do not forget to hit the like button. Thanks

Helping shopify store owners.
Schedule free meeting for shopify store related problems:
If you need assistance with your store, feel free to contact me at abdulmoeed37@gmail.com
If my assistance was helpful, please consider liking and accepting the solution. Thank you!