• I have a new issue with nav menu dropdowns disappearing after moving the mouse from the main nav menu and trying to select the nav dropdown in each category that has a dropdown menu to select from.

    http://www.petalumaartscenter.org

    The issue just appeared. Themes were updated recently but not right before the problem started. It’s been a few weeks. Using Thematic and a Child Theme.

    Thanks in advance!

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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try adding this CSS using a custom css plugin:

    .sf-menu li:hover ul,
    .sf-menu li.sfHover ul {
        top: 22px;
    }

    Thread Starter Cohesive

    (@cohesive)

    That appears to have worked. Testing it out and will post again if it stops working or creates any other strange behaviors.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nav Dropdown Disappears’ is closed to new replies.