Hello there,
I bought $20 free theme package. The mobile menu default is expanded status. Please see attached image. How to fix it?
Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| IMG_94DBB5F67EF3-1.jpeg | 214.74 KB | xyxxznpm |
Hello there,
I bought $20 free theme package. The mobile menu default is expanded status. Please see attached image. How to fix it?
Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| IMG_94DBB5F67EF3-1.jpeg | 214.74 KB | xyxxznpm |
Comments
Comment #2
PieterDC1970 commentedI'm having the same problem...
The problem probably located in "css/custom-media.css" ?
Comment #3
catya commentedI'm also trying to figure out how to change this so that it starts collapsed rather than expanded. Any clues?
Comment #4
catya commentedFor other folks, I fixed this by adding the following to custom-style.css:
@media (max-width: 766px) {
.region-primary-menu {
display:none;
}
}
Comment #8
zymphonies-dev commented