• hi:

    the dropdown submenu does not collapse as you can view site.

    Below is added to CSS to open up dropdown without which it doesn’t, however it doesn’t collapse when unselected on desktop .

    ul.nav li.sfHover ul.sub-menu {
    display: block !important;visibility: visible !important;
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator threadi

    (@threadi)

    The menu is shown and hidden on the page via JavaScripts. They have obviously implemented an unfavorable behavior for this. It is also a rather old-fashioned way of implementing something like this, as JavaScript is more commonly used for this nowadays.

    The menu is obviously provided by the theme you are using. And this is where it gets really strange for me. It appears to be a theme called “DeepForest-Test” which, according to the information provided, comes from the same manufacturer as the commercial Divi theme, but is somehow not a Divi.

    I would therefore recommend that you contact the person who provided the theme for you. They should be able to solve your problem.

Viewing 1 replies (of 1 total)

The topic ‘Dropdown menu can’t collapse’ is closed to new replies.