Okay
  Public Ticket #1345785
sub-menu item
Closed

Comments

  • Kelly started the conversation

    My sub menu item are not showing in mobile. When I go on mobile click ACTIVITÉS, then Ateliers then there is nothing. When i'm on desktop my 3 ateliers are there but they are not on the mobile. Can somebody help ?

  •  2,010
    Ocean replied

    Hi,

    you can add css code, Go to Modis Option/Styling Option/Css Code => add css

    @media only screen and (max-width: 767px) {

    #mainmenu > li > ul > li > ul {

    left: auto;

    }

    }