main menu button not working when clicked on mobile

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/

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

unfortunately it did not work

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

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

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
    Once found just before to it add this code


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

Update the css


legend