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

    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!

    #503248

    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

    #504431

    Thanks Yigit, that seems to have done the trick! You can close this thread.

    #504597

    Hey,

    Glad we could help :-)

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘iPhone Mobile Menu Issue’ is closed to new replies.