All things Shopify and commerce
Hey everyone,
I’m one week away from launching my store, and I’ve hit a snag with the burger menu on mobile. When I click the menu icon, nothing happens. I’m not a coder, so I’ve been relying on YouTube tutorials and DeepSeek to help me add functions to my site.
This include adding code for a transparent and inverted header that changes back to normal when scrolling (which I’m super proud of, but it might be causing the issue?)
the website is teamhlthy.com and Im also happy to share code if needed, Any help or suggestions would be amazing! I’m so close to launch, and this is the last big thing I need to fix. Thanks in advance for your time and expertise!
Hello there @owenshorty have you tried opening a support ticket for the theme you’re using yet? That approach has worked for customers here previously where the issue was able to be taken care of without any extra charges.
Hi @owenshorty
You can share some of the code and check together where the problem lies.
Hi @owenshorty
@media screen and (max-width: 768px){
div#menu-drawer {
left: 390px !important;
height: 93vh !important;
}
}
I hope this helps
Best,
Daisy
You need to add one more rule to the CSS code you've added:
[open] > #menu-drawer {
transform: none;
visibility: visible;
}
Shopify and our financial partners regularly review and update verification requiremen...
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