Hello,
I’m having problems with the mobile menu on iPhone 6plus.
What it looks like – http://264.19e.myftpupload.com/wp-content/uploads/2016/04/unnamed.png
What I need it to look like – http://264.19e.myftpupload.com/wp-content/uploads/2016/04/IMG_4064.png
Can you offer up some Quick CSS to fix this?
Supplied admin credentials for you under “Private Content”
Thanks,
Paul
Hi pauljhickey,
It looks fine on my end using iphone6s/chrome. If you should have any further problems you can use the following code to set the pixel width when the mobile menu activates:
@media only screen and (max-width: 1024px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
}
Adjust the value 1024 to the value of your liking.
Regards,
Rikard