I am having an issue with my mobile menu occasionally when I pull up my website on my iPhone (See Image) It looks like both the mobile menu and standard menu are showing up for some reason. The only way I can get rid of this is by clearing the browser cache on my iPhone. This is happening on an iPhone 6 running iOS 8.4.1 in Safari This doesn’t seem to happen all of the time, just periodically. Any help is greatly appreciated. Thanks!
Hey djshortkut!
Please add following code to Quick CSS
@media only screen and (max-width: 990px) {
nav.main_menu { display: none !important; }}
Best regards,
Yigit
Thanks Yigit, that seems to have done the trick! You can close this thread.