Why isn't my online store menu opening on mobile devices?

Solved

Why isn't my online store menu opening on mobile devices?

raphingrace
New Member
8 0 0

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

Accepted Solution (1)

Laza_Binaery
Shopify Partner
508 85 145

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.

Kind regards
Laza
www.binaery.com

View solution in original post

Replies 9 (9)

Laza_Binaery
Shopify Partner
508 85 145

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.

Kind regards
Laza
www.binaery.com
raphingrace
New Member
8 0 0

Please I don't find 

.main-menu__disclosure.is-open>.main-menu__content { opacity: 1; }

in my main.css

Laza_Binaery
Shopify Partner
508 85 145

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.

Kind regards
Laza
www.binaery.com
raphingrace
New Member
8 0 0

I've tried but it doesn't work. 

As you can see on my shop: 

Madeingrace.com 

raphingrace
New Member
8 0 0

You said you'll recommend to me right now and i accepted

Laza_Binaery
Shopify Partner
508 85 145

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.

 

screenshot-madeingrace_com-2025_01_25-15_30_27.png

 

 

Kind regards
Laza
www.binaery.com
raphingrace
New Member
8 0 0

It worked now. Thank a lot 

raphingrace
New Member
8 0 0

Yes please

raphingrace
New Member
8 0 0

Ok i've tried a lot but it didn't work