Okay
  Public Ticket #2379115
Mobile Menu
Closed

Comments

  •  1
    hzavery1 started the conversation

    When in mobile view we are seeing two menus one on top of the other, and the main menu has another menu inside it when you open it

  •  1
    hzavery1 replied

    Screenshot of issue

  •  1,089
    ThemeNectar replied

    Hey hzavery1,

    Since you're using a third party plugin for your menu, you'll need to remove the default Salient menu. Add this into the custom css box located in the Salient options panel > general settings > css/script related tab:

    @media only screen and (max-width: 1000px) {
    body #header-outer[data-format="menu-left-aligned"] .row .col.span_9 {
      display: none;
    }
    }
    
  •  1
    hzavery1 replied

    We added that code and it doesn't seem to be working?

  •  1
    hzavery1 replied

    Disregard. It was cached. 


    Cleared cache now working perfectly thanks!