• Resolved trixy546

    (@trixy546)


    Yesterday, my website automatically updated to wordpress 4.7.3 and now the drop menus don’t work properly in chrome. (They are fine in Firefox, Explorer and on Android phone)

    Wondering if anyone else is seeing this problem.

    website: seniorcareinc.org (using theme: Great!)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    This CSS should fix it:

    .main-navigation .sub-menu, .main-navigation .children {
      top: 38px;
    }

    To add CSS: If you are using WordPress 4.7, use the “Custom CSS” option in the customizer. If your theme has a custom CSS option, use that to add the CSS shown above. If not, install the plugin Simple Custom CSS. Or, if you have Jetpack installed, enable its Custom CSS module.

    Learn the Chrome Developer Tools to help you see and test changes to your CSS.

    Thread Starter trixy546

    (@trixy546)

    It works again. Thank you very much!!

    Thread Starter trixy546

    (@trixy546)

    ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘update broke menu in chrome’ is closed to new replies.