Okay
  Public Ticket #2788104
Off canvas menu
Closed

Comments

  •  6
    Sanj started the conversation

    Hi 

    I am struggling with the Off Canvas menu displaying additional pages in the mobile site. 

    Besides the pages that I have added for display to the Off Canvas menu (see screenshot menu customization - off canvas menu), I see additional top navigation menu pages being pulled to the off canvas menu (see screenshot off canvas menu). 

    I have set the option under "Off Canvas Menu Mobile Nav Menu items" to off already so it doesn't automatically inherit the pages from top nav.

    I have checked the widgets and there is no additional menu added under the Off Canvas Menu (off canvas widget screenshot). 

    What am I doing wrong? How do I remove the top three pages from the Off canvas menu? 

    Thanks! 

     


  •  1,878
    Judith replied

    Hi Sanj,

    Please send in your website url so that we may look into it further.

    Thanks.

  •   Sanj replied privately
  •  1,878
    Judith replied

    Hi Sanj,

    Please try this css:

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

    Thanks.

  •  6
    Sanj replied

    Thanks Judith. That did the trick. Cheers.