Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #409964

    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.

    #409966

    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;
    }}

    #410293

    Hi!

    Glad you found the solution, please get back to us if you have any more questions.

    Regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.