• Resolved royhiggs

    (@royhiggs)


    On my iPad, when I touch one of my drop down menus it doesn’t drop down the menu so I am unable to get to my secondary menu to click on it. It works fine on a PC when I click on the top level menu with the mouse.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter royhiggs

    (@royhiggs)

    Wanted to bump this up to the top as it is a pretty big issue – not being able to drill down to the secondary menus on a tablet.

    Theme Author WEN Themes

    (@wenthemes)

    Please try following CSS. This is for temporary fix. We will resolve this issue in next release.

    @media only screen and (max-width:1024px){
      #site-navigation ul ul {
        display: none;
        opacity: 1;
        top: 31px;
        visibility: visible;
      }
      #site-navigation ul ul ul {
        top: -1px !important;
      }
    
      #site-navigation li:hover ul,
      #site-navigation li:hover ul ul{
        display: block;
        margin: 0;
        opacity: 1;
        top:32px;
        visibility: visible;
      }
    }
    Theme Author WEN Themes

    (@wenthemes)

    Closing ticket.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Drop down menus on tablets’ is closed to new replies.