Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Create a Child Theme and put this in your Child Theme stylesheet:

    @media screen and (max-width: 620px) {
    
     #branding #mainnav ul ul a {
      display: block;
     }
    
     .children {
      top: 29px;
     }
    
    }

    Your subpage will create a horizontal scrollbar as it is too wide to fit within the small screen. This may have been why, by default the submenu is hidden.

    Thread Starter Tia

    (@ksedo)

    Yes, it works!
    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problems with the drop down menu on the iPhone’ is closed to new replies.