I am trying to find a way to turn off / disable the mobile side menu. I’ve searched the forums, and tried the suggested code, but it doesn’t seem to work. I don’t want the mobile menu to display at all when on a mobile device. I am using Enfold 3.0.8.
Never mind, I found it right after posting this question. For those also looking to do this.
@media only screen and (max-width: 990px) {
#wrap_all {
position: relative !important;
}}