All things Shopify and commerce
Hey there! I have an issue with the online store that I recently built. The entire menu isn’t working on mobile devices. After clicking on the menu icon at the upper left corner - nothing opens. I spent over 3 hours trying to fix that myself, but unfortunately, nothing worked.
My online store link is: madeingrace.com
Thanks
Solved! Go to the solution
This is an accepted solution.
Hi @raphingrace
Welcome to the community.
Try to make the following change in your main.css file in the assets folder. You can get there by choosing Edit code for your live theme.
Find :
.main-menu__disclosure.is-open>.main-menu__content {
opacity: 1;
}
and replace it with
.main-menu__disclosure.is-open>.main-menu__content {
opacity: 1;
visibility: visible;
}
That should fix it.
This is an accepted solution.
Hi @raphingrace
Welcome to the community.
Try to make the following change in your main.css file in the assets folder. You can get there by choosing Edit code for your live theme.
Find :
.main-menu__disclosure.is-open>.main-menu__content {
opacity: 1;
}
and replace it with
.main-menu__disclosure.is-open>.main-menu__content {
opacity: 1;
visibility: visible;
}
That should fix it.
Please I don't find
.main-menu__disclosure.is-open>.main-menu__content { opacity: 1; }
in my main.css
Try to search first for ".main-menu__disclosure.is-open>.main-menu__content" or just ".main-menu__disclosure.is-open" maybe there is some extra space.
I've tried but it doesn't work.
As you can see on my shop:
Madeingrace.com
You said you'll recommend to me right now and i accepted
Hi @raphingrace
I do not see the change I suggested, but it should work. Also please be cautious with so called "experts" who do not want to help here directly.
It worked now. Thank a lot
Yes please
Ok i've tried a lot but it didn't work
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025