Origin Theme - Menu not opening on mobile

Solved

Origin Theme - Menu not opening on mobile

MuddleTea
Shopify Partner
2 0 0

Hello,

 

I have just noticed that my menu doesn't open when you click on it using a mobile:

 

www.muddletea.com.au

 

Does anyone know what could be causing this?

 

I have tried disabling all my apps

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10036 2386 3012

This is an accepted solution.

Hi @MuddleTea 

Its working but your menu hides, check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes"

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
@media only screen and (max-width: 989px){
.menu-drawer {
    visibility: visible !important;
    transform: translate(0) !important;
}
}
</style>

 

And Save. 

Result:

Made4uoRibe_0-1714856990408.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
10036 2386 3012

This is an accepted solution.

Hi @MuddleTea 

Its working but your menu hides, check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes"

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
@media only screen and (max-width: 989px){
.menu-drawer {
    visibility: visible !important;
    transform: translate(0) !important;
}
}
</style>

 

And Save. 

Result:

Made4uoRibe_0-1714856990408.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
MuddleTea
Shopify Partner
2 0 0

Thank you so much!

Made4uo-Ribe
Shopify Partner
10036 2386 3012

Welcome! Glad it help. 😊

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.