• Hello! On mobile when you click on our drop down and click on something the sub menu disappears and won’t let you click. No issue on desktop site. I checked appearance to go to menu and then mobile but after menu there was no option do menu. If someone could help that would be great! Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author classictemplate

    (@classictemplate)

    Hello,

    To display responsive submenus properly, you need to follow the steps below.

    Go to Dashboard >> Appearance >> Customize >> Additional css >> Paste the below CSS here.

    @media screen and (max-width: 1000px) {
    .main-nav ul.sub-menu a:hover{
    color: #fff !important;
    padding-left: 35px !important;
    }
    }

    Thank You.

Viewing 1 replies (of 1 total)
  • The topic ‘Drop down not working on mobile.’ is closed to new replies.