Shopify themes, liquid, logos, and UX
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/
Solved! Go to the solution
This is an accepted solution.
Update the css
<style>
.menu-opening #menu-drawer {
transform: translateX(0%) !important;
visibility: visible !important;
height: 100% !important;
}
</style>
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 </body>
Once found just before to it add this code
<style>
.menu-opening #menu-drawer {
transform: translateX(0%) !important;
visibility: visible !important;
}
</style>
it worked but the menu is just showing halfway and not the the buttom
This is an accepted solution.
Update the css
<style>
.menu-opening #menu-drawer {
transform: translateX(0%) !important;
visibility: visible !important;
height: 100% !important;
}
</style>
legend
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024