• Hi there,

    Someone please help! I am using Olsen light theme. I have created a drop down menu by adding a custom link and category underneath the parent page. However when you go on the site, the drop down menu appears but when you try to click on it, it disappears and you cant click on the drop down menu…

    Can’t figure out why this is, any help would be much appreciated!

    site – thespindrifters.com

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you specify where the menu is in your blog, I was unable to find your drop down menu.

    Hi there,
    You will need to add some custom CSS to achieve this.
    Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this

    .navigation li:hover > ul, .navigation .sfHover > ul{
     top:25px;
    }

    in the box.
    Let me know if this works!

    Hi @markwaregr,

    I’m having this same issue and I added your script along with some script to make the mobile menu work too.

    The mobile one is now working but my website menu drop down isn’t or every now and then the drop down will stay just long enough for my mouse to get on it and works. But it’s a constant struggle to try and get it to work again.

    Is there some code to make both of these work? Here is what I currently have:

    @media (max-width: 991px) {
    #masthead .navigation {
    display: block;
    }
    .mobile-nav-trigger {
    display: none;
    }
    }
    .navigation li:hover > ul, .navigation .sfHover > ul{
    top:25px;
    }

    Thanks!

    • This reply was modified 7 years, 2 months ago by collectivelyme. Reason: adding name
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Olsen light – Cant click on drop-down menu once created’ is closed to new replies.