Hey guys!
Any way to activate the mobile menu on desktop? I font’s see it in the settings…
Please let me know!
Thanks
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
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
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é
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
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.
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
Thanks, the code helped!