Hello,
I’m looking to move my menu on Desktop to a drawer style on the left hand side, with the 3 lines like a mobile to open the menu. Example of how I would like it to look is attached.
Is this a custom fix?
Thanks,
Courtney
Hello,
I’m looking to move my menu on Desktop to a drawer style on the left hand side, with the 3 lines like a mobile to open the menu. Example of how I would like it to look is attached.
Is this a custom fix?
Thanks,
Courtney
Go to Online Store->Theme->Edit code
Asset->/stylesheet.css.css ->paste below code at the bottom of the file.
@media screen and (min-width: 981px){
.mobile-only.span-1 {display: block !important;}
#mobile-cart{display:none !important;}
}
Thanks!
Thanks!
Thank you!