Hi,
My shop https://cars-12dc.myshopify.com/
The mobile menu does not work , but the menu on desktop works fine.
Any idea how i can fix this?
Hi,
My shop https://cars-12dc.myshopify.com/
The mobile menu does not work , but the menu on desktop works fine.
Any idea how i can fix this?
Hi Wande,
yes for sure . What is up?
Hi @jessemeijer ,
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:
@media screen and (max-width: 767px) {
button.site-nav__link.site-nav__link--icon.js-drawer-open-nav.medium-up--hide {
z-index: 999999 !important;
}
}
I hope it would help you!