Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #433209

    Hey guys!
    Any way to activate the mobile menu on desktop? I font’s see it in the settings…

    Please let me know!
    Thanks

    #433876

    Hey Gigi!

    Please try this in Quick CSS under Enfold–>General Styling:

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

    Cheers!
    Rikard

    #458472
    This reply has been marked as private.
    #459067

    Hey!

    In what browser are you experiencing this? I checked your site on Chrome on both desktop and mobile and I can’t reproduce the error you are describing.

    Regards,
    Rikard

    #459193

    Hi
    Thanks for the answer. You are right, no problems with chrome and firefox desktop browser. It seems that safari is the problem, which lot of mac users use on iphones and ipads too. Although, my chrome and mercury browsers on my ipad have the same problem to.

    Regards,
    René

    #459580

    Hi!

    I checked your website on Safari on both Mac and Iphone but i did not have any issues. Have you figured it out already?

    Regards,
    Yigit

    #459637

    No, didn’t fix the problem. Strange. Maybe I did not describe the problem exactly. Try again with a iphone (ios 8.3):

    1. go to: http://www.dev.48v.ch on a iphone
    2. go to top of the (safari)browser
    3. wipe window to the left

    Now you should see the menu points of the mobile toggle on the right side on top in a separate column. That should not happen, I think.

    #459656

    Hey!

    Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
    If that still does not help, please add following code to Quick CSS in Enfold theme options under General Styling tab

    #wrap_all {
    position: relative !important;
    }

    Best regards,
    Yigit

    #459707

    Thanks, the code helped!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to have mobile menu activated on desktop?’ is closed to new replies.