Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi avrc.be!
    I found out what the problem was!
    The solution is simple. The thing you need to do is to add this code to your css:

    #access ul li ul {
    	top: 50px;
    }

    You had 100px and that makes the submenu too far down. That way, when you try do click on it, you move the cursor out of the menu because of the gap between the menu and submenu. Moving the submenu closer to the menu would do the trick 🙂

    Remember to add the css either in a custom css plugin or in a child theme 😉

    Cheers
    Øyvind
    [Signature moderated]

    Thread Starter avrc.be

    (@avrcbe)

    Thanks! It’s solved! You’re great!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to fix menu dropdown pages?’ is closed to new replies.