iPad – sub-menu items do not dropdown


  • Member
    eclerkin
    December 29, 2015 at 7:19 pm #25915

    There appears to be an issue with the sub-menu items not dropping down on a click event for the completely useless iPad (IMHO) but we have customers using them. I did a Google search on this topic and everyone seems to have an opinion/code to solve the problem. I tried this suggestion but it didn’t solve the problem either.

    #navigation .sub-menu {
        display: none;
    }
    
    #navigation .menu-item-has-children:hover > .sub-menu {
        display: block;
    }

    Website: http://sloworkforce.com

    Should I be using the Custom Links menu feature and then the following href for all main menu items that have sub-menu items? Help!
    <a href="#">About</a>.

    • This topic was modified 10 years by  eclerkin.

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.