Hi,
I had a custom build made with floating DIV’s. This has caused the menu on mobile to not be accessible. How can I get the menu to drop down over the floating DIV’s. Below is the link and pw.
https://deadzonetest.myshopify.com/
pw: helpme
Hi,
I had a custom build made with floating DIV’s. This has caused the menu on mobile to not be accessible. How can I get the menu to drop down over the floating DIV’s. Below is the link and pw.
https://deadzonetest.myshopify.com/
pw: helpme
Hi @mustard09 ,
Just add the code below to the base.css under your Asset folder.
@media only screen and (max-width: 750px) {
#shopify-section-sidebar {
z-index: 100;
}
}
I don’t see a base.css in my assets folder. Do I have to create this?
my bad. It is theme.scss for you (",)
Didn’t work. I put it at the bottom of the theme.scss.liquid file
BUMP