• Ok so when I hover my mouse over the categories on my menu, the dropdown categories disappear unless I’m careful to move my mouse really slowly. Anybody know how I can fix this?

    rougelace.com

Viewing 1 replies (of 1 total)
  • Hi!

    Most likely this is due to the small gap between the menu and submenu. Try adding the following code to your style.css file:

    .sf-menu li:hover ul {
        top: 29px;
        border-top: 1px solid transparent;
    }

    I hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Menu Buttons Disappear’ is closed to new replies.