Mobile menu doesn't work (theme Refresh)

Solved
Joppe1612
Tourist
12 0 0

The mobile menu selector of my Shopify store doesn't work (see video), I don't know how to fix it, I've added some code to fix an other problem for my video background but when I remove this it doesn't seem to help either. If someone knows how to fix this it would be very much appreciated

Accepted Solution (1)
Moeed
Shopify Partner
3051 761 925

This is an accepted solution.

Hey @Joppe1612 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.menu-drawer {
    position: unset !important;
}
</style>

RESULT:

Moeed_0-1696316698601.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 6 (6)
syedsumaimaly
Explorer
147 16 17

Hi @Joppe1612  Would you mind to share your store URL website, with password if its protectd? Thanks!

Joppe1612
Tourist
12 0 0
Joppe1612
Tourist
12 0 0

Here it is: https://shopdrifty.com/ No password needed

syedsumaimaly
Explorer
147 16 17

@Joppe1612 can you marked the problem because I can't find the problem.. 

Moeed
Shopify Partner
3051 761 925

This is an accepted solution.

Hey @Joppe1612 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.menu-drawer {
    position: unset !important;
}
</style>

RESULT:

Moeed_0-1696316698601.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Joppe1612
Tourist
12 0 0

Hey @Moeed Thanks for the help! One question left, is it possible to fix the "bug" with the cart, favourite and search icons?