Okay
  Public Ticket #1996997
Top menu bar overlap menu bar on mobile
Closed

Comments

  • vinnie_liu started the conversation

    Hi,

    Everything works fine on website, but top menu bar overlaps menu bar on mobile, please refer to the images attached.

    First image is website.

    Second image is website shown on mobile.

    Thanks!

  •  1,559
    Laborator replied

    Hi there,

    Add this CSS to Custom CSS > Responsive > Extra Small (XS):

    header.mobile-menu div.mobile-menu>ul li ul, header.mobile-menu ul.mobile-menu li ul {
        overflow: visible;
        position: relative;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group