Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #417560

    Hey, is it possible to change the format of the navigation on the enfold desktop view to a ‘mobile’ style menu? Instead of the traditional desktop menu? thank you. I’d like people to arrive at the landing page on their desktop but see a mobile style menu box.

    #417989

    Hi Marssolutions!

    Please add following code to Quick CSS

    @media only screen and (max-width: 1024px) {
    #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
    nav.main_menu { display: none; }}

    to switch to mobile menu earlier

    Regards,
    Yigit

    #418282
    This reply has been marked as private.
    #418446

    Hey!

    Please try increasing the value 1024 to something that would cover all screens, like 101024.

    Cheers!
    Rikard

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