Hello there,

I bought $20 free theme package. The mobile menu default is expanded status. Please see attached image. How to fix it?
Thanks!

CommentFileSizeAuthor
IMG_94DBB5F67EF3-1.jpeg214.74 KBxyxxznpm

Comments

xyxxznpm created an issue. See original summary.

PieterDC1970’s picture

I'm having the same problem...
The problem probably located in "css/custom-media.css" ?

catya’s picture

I'm also trying to figure out how to change this so that it starts collapsed rather than expanded. Any clues?

catya’s picture

For other folks, I fixed this by adding the following to custom-style.css:

@media (max-width: 766px) {
.region-primary-menu {
display:none;
}
}

  • zymphonies-team committed 62884d5 on 2.0.x
    Issue #2972123 by xyxxznpm, zymphonies-sales-team, zymphonies-team,...

zymphonies-dev’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.