When I use my website on my mobile, the drop-down menu doesn’t work, as shown in this screenshot. However, it does work on my desktop. When I click on the three bars I get an X and not the menu drop down
Hi knotsoneuclid
Can you give me detail screenshot and store URL?
Best,
Esther
sorry I forgot https://www.knotsoneuclid.com/
the website menu works only with mobile do I get the X when I click the hamburger menu
Hi
You go to Edit code → Find this file " component-menu-drawer.css " → Add this code at the end.
div#menu-drawer {
background-color: #fff !important;
}
.menu-drawer {
transform: unset;
visibility: unset;
}
Best,
Esther
Oh my gosh thank you so much, it worked! Thanks again
Thanks EstherBui, It’s worked on my site https://oldlaptops.in/
