@media only screen and (max-width:1350px){
.x-nav-wrap.desktop {
display: none;
}
.x-btn-navbar {
display: block;
float: right;
}
}
i added the css code above to my global theme options so that the mobile menu will appear when the screen size is 1350px or less.
the code works, the mobile menu appears at 1350px. however, from 1350px to 980px, the mobile menu doesn’t expand.
can you help me fix this? thanks!

