Hi,
I've just noticed the menu for my site isn't showing any menu items when I click it on mobile view, I'm pretty sure it was previously working but I have been doing some coding recently so I think that may be what caused it.
https://polycarbonates-central.myshopify.com/
site password: pihire
Any help would be great,
Solved! Go to the solution
This is an accepted solution.
Hello There,
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.show-nav .nav-bar .wrapper {
min-height: auto;
}
.show-nav .nav-bar {
height: calc(100% - 50px);
overflow-y: auto;
}
User | Count |
---|---|
21 | |
18 | |
13 | |
11 | |
11 |