Dawn Theme - Drop-Down Menu On Mobile Not Working

Hello!

I am using the Dawn theme and having some issues with the drop-down menu on mobile. It does not seem to be moving when one pushes it on mobile.

Store-URL: https://solgar-no.myshopify.com

May someone please help me?

Thank you

Hi @danielcfossum ,

This is Anni From https://www.task4store.com/ - Shopify Small & Custom Tasks Experts ( By MS Web Designer - Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore )

I will love to help you with your concern.

Here are the Solutions!

.js details[open]>.menu-drawer, .js details[open]>.menu-drawer__submenu {
    transition: transform var(--duration-default) ease,visibility var(--duration-default) ease;
    visibility: visible;
    transform: translate(0%);
}

Go to Online Store->Theme->Edit code->Asset->/base.css ->paste the below code at the bottom of the file.

If you have any concerns feel free to ask me!

Regards,
Anni

Thank you so much, this fixed the problem!