• Resolved unboundva

    (@unboundva)


    I am working on a clients site and the submenu disappears before you can click on it.

    https://chrisblevinswatercolors.com/

    I have tried adjusting the z-index to no avail. The theme is Life. Any help to make the submenu stay until it is clicked or hover intentionally goes away is greatly appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Your sub-menu has too large of a gap between the element that triggers it – try adjusting the css here by reducing the gap:

    .sf-menu li:hover ul{
    ...
      top: 3.65em;
    ...
     }

    and see if that helps fix things.

    Thread Starter unboundva

    (@unboundva)

    Thank you so much! This worked for Firefox, but still the submenu disappears for Chrome and IE…any ideas around that?

    Is the menu being generated by your theme or by a plugin?

    It looks like whatever is generating the menu is also embedding css styles into your <head>. That’s just going to be difficult to work around until you know how the menu html markup and styling is being generated in the first place.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Submenu Disappearing’ is closed to new replies.