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/
A mobile header menu button (three stripes/hamburger icon) fails to open the navigation menu when clicked, though the header displays correctly otherwise.
Troubleshooting attempts:
#menu-drawer.menu-opening in base.cssCurrent solution:
</body> tag in theme.liquid fileStatus: Partially resolved - menu now appears but only shows halfway and doesn’t display the button properly. Further CSS adjustments needed to complete the fix.
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:
Go to Online Store → Theme → Edit code
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:
Go to Online Store → Theme → Edit code
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