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
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025