Okay
  Public Ticket #1306629
Show mobile dropdown submenu
Closed

Comments

  • gaston started the conversation

    Hi. In mobile version, default submenu toggle/collapse when i touch "down/up arrow" icon. I need the submenu show up when i touch the item not only the arrow, because the item doesn't have a link, is empty url item. Thanks

  •  2,010
    Ocean replied

    Hello,

    I have a solution for you.

    You can easy add custom css code here: http://prntscr.com/gbgjxt

    @media only screen and (max-width: 992px){
    header #mainmenu li span {
        width: 100%;
        background-position-x: right !important;    
    }
    }
    

    Thank you