Re: main menu button not working when clicked on mobile

Solved

main menu button not working when clicked on mobile

dodo06
Tourist
21 0 0

everything on my header looks fine but when i click on the 3 stripes (menu) on my phone nothing is showing up.

my store: https://795000-4b.myshopify.com/

Accepted Solution (1)
Guleria
Shopify Partner
3953 791 1123

This is an accepted solution.

Update the css

<style>
.menu-opening #menu-drawer {
    transform: translateX(0%) !important;
    visibility: visible !important;
    height: 100% !important;
}
</style>
- 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 8 (8)

Guleria
Shopify Partner
3953 791 1123

Hello @dodo06 ,

 

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 {
    transform: translateX(0%) !important;
    visibility: visible;
}

 

Thanks

- 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
dodo06
Tourist
21 0 0

unfortunately it did not work

Guleria
Shopify Partner
3953 791 1123

I checked the source code and find you are not using the css code I provided.

 

- 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
dodo06
Tourist
21 0 0

im sorry i deleted it after it didnt work let me put it in again

 

Guleria
Shopify Partner
3953 791 1123

There is syntax error in your css.
Sorry but seems you know nothing about code. 
Please revert that code and follow these instructions: 

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

2. Open your theme.liquid , now here search for </body> 
Once found just before to it add this code

<style>
.menu-opening #menu-drawer {
    transform: translateX(0%) !important;
    visibility: visible !important;
}
</style>
- 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
dodo06
Tourist
21 0 0

it worked but the menu is just showing halfway and not the the buttom

Guleria
Shopify Partner
3953 791 1123

This is an accepted solution.

Update the css

<style>
.menu-opening #menu-drawer {
    transform: translateX(0%) !important;
    visibility: visible !important;
    height: 100% !important;
}
</style>
- 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
dodo06
Tourist
21 0 0

legend