• Resolved jasqueen

    (@jasqueen)


    Website: https://www.homesolutionswny.com
    Contango Theme
    The drop down menu has stopped working except with scroll wheel on mouse.

    For example, when you hover over “Services” there’s no way to just move mouse down and click on “Organizing” – only the scroll wheel on mouse gets you there. How can I fix it so the drop down menu options stay visible as a list so I can click on any one of them without using the scroll wheel?

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

    (@sterndata)

    Volunteer Forum Moderator

    This CSS will fix it. You have too much space between the top level and the submenu.

    .menu ul li:hover ul, .menu ul li.sfHover ul {
        top: 40px;
    }

    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 to use the Chrome Developer Tools to help you see and test changes to your CSS.

    Thread Starter jasqueen

    (@jasqueen)

    IT WORKED! (I’m sure that doesn’t surprise you, but it delights me!) Thank you so much. All my noodling around looking for explanations was leading me nowhere.

    I’m comfortable making most changes to my website, but coding sort of intimidates me. Again, thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Drop Down Menu issue’ is closed to new replies.