Mobile menu not showing

Solved

Mobile menu not showing

melvin_hevo
Tourist
3 0 1

Hi guys! Something went wrong with my mobile menu. It does't show anything - just makes the screen darker. It works fine in desktop. I have tried to remove all custom code before head in theme.liquify but nothing happens. How do i fix this without having to update my theme?

 

stor url: https://hevoeyewear.com

 

IMG_1926.PNG

Accepted Solution (1)

Guleria
Shopify Partner
4112 804 1155

This is an accepted solution.

Hello @melvin_hevo ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

.menu-opening .menu-drawer {
    visibility: visible !important;
    left: 100% !important;
    width: 100% !important;
}

 

Regards
Guleria

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 4 (4)

Guleria
Shopify Partner
4112 804 1155

This is an accepted solution.

Hello @melvin_hevo ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

.menu-opening .menu-drawer {
    visibility: visible !important;
    left: 100% !important;
    width: 100% !important;
}

 

Regards
Guleria

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
melvin_hevo
Tourist
3 0 1

Thank you so much Guleria!! 🙏

devcoders
Shopify Partner
1326 157 379

Hello @melvin_hevo 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

 

.menu-opening .menu-drawer {
visibility: visible !important;
left: 100% !important;
width: 100% !important;
}

devcoders_0-1742669162921.png

 



Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
melvin_hevo
Tourist
3 0 1

Life saver!!