Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,
    I am afraid the task you want it is not easy to implement but
    you can disable the mobile menu with some custom CSS
    Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this

    @media (max-width: 991px) {
        #masthead .navigation {
            display: block;
        }
        .mobile-nav-trigger {
            display: none;
        }
    }

    in the box.

    • This reply was modified 8 years, 4 months ago by Fotis.
    Thread Starter ahu174362110

    (@ahu174362110)

    That’s great!
    Thank you very much!

    Glad I could help!
    I’d like to ask you, if you like the theme and could take a minute to review it here it would help us a lot!

    I’d been having issues with my mobile menu not working.
    It just kept jumping down the page a bit. So this thread has been really helpful, so thanks! Worked first time too!
    I’ve also left a review for you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Main Menu display on mobile’ is closed to new replies.