Jan221
October 20, 2022, 9:45pm
1
Hi everyone,
Hoping someone has a solution to this problem.
My mobile menu isn’t working. It appears in the header but users can’t access the links. I tried contacting Suture for support but have not had any response (very disappointing).
www.delivery hound.com.au
Thanks
J
@Jan221
yes, please add this code
Go to Online Store->Theme->Edit code
Asset->/theme.scss.liquid ->paste below code at the bottom of the file.
.pushy-open-left .site-overlay, .pushy-open-right .site-overlay {z-index: 6666 !important;}
1 Like
Litos
October 21, 2022, 4:14am
3
Hi @Jan221 ,
Go to Assets > theme.scss.liquid and paste this at the bottom of the file:
#general-header {
z-index: 9999;
}
Hope it helps!
Jan221
October 21, 2022, 5:52am
4
Thanks so much, this worked!