Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #632243

    In my mobile menu, the submenu overlaps with main menu which could make selection difficult. Here’s a screenshot: https://snag.gy/bOzyvJ.jpg

    #632700

    Hi 1039 Online,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #633881

    User credentials located in the private content. Thank you.

    #633884

    Hey!

    You have following custom CSS code

    .sub-menu {
        top: 139px!important;
    }

    Please change it to

    @media only screen and (min-width: 990px) {
    .sub-menu {
        top: 139px!important;
    }}

    Cheers!
    Yigit

    #633894

    Worked Fabulously! Thanks, Yigit for the quick remedy.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Mobile submenu overlaps with main menu’ is closed to new replies.