Okay
  Public Ticket #3226896
Mobile Menu
Closed

Comments

  •  1
    keironc2019 started the conversation

    Hello, my off canvas menu is automatically adding my main menu in to it on mobile which is resulting in duplicate content. Is there a way to override this so that I can avoid this happening?

    You can see on the attached it works well on desktop but duplicates the content on mobile.

    5613216063.png
    7217418511.png
    8257229835.png
  •  2,679
    Andrew replied

    Hello there,

    Thank you for reaching out to us.

    Try toggle this option in your off canvas menu settings shown in this screenshot.

    6542339523.png

    Try this and let me know how it goes.

    Kind regards,

  •  1
    keironc2019 replied

    Hi Andrew, 

    Thanks but it's still showing on mobile?

    cheers, 

    Keiron

  •  2,679
    Andrew replied

    Hello again,

    Could you allow us to log in to your website's backend dashboard so we can check on this for you more? We are gonna need the username and password of the admin user as well as the login URL.

    Thanks,

  •   keironc2019 replied privately
  •  1,590
    Judith replied

    Hi there,

    To remove the main menu from off canvas menu please try this css:

    .off-canvas-menu-container.mobile-only {
        display: none !important;
    }

    Thanks.

  •  1
    keironc2019 replied

    HI Judith, I have already tried this and tried your code again...and it just somehow still shows. Any other advice? 

  •  1
    keironc2019 replied

    Hi, scrub that...it's worked...must of been a weird cache issue. Thanks for your help