• when I hover a menu such as “seasonal” I get 2 submenus pop up below. but when I move the mouse down to click one, the drop menu disappears. How do I get it to stay when I hover the mouse over?? It’s driving me insane and I’ve found nothing.
    I’m using the portafolio free theme.
    my website is https://www.fadedclothingco.com (try hovering over “seasonal”)
    Thanks!

    Josh

Viewing 1 replies (of 1 total)
  • The problem is the gap between the menu item and the sub-menu.

    You should create a Child theme to make your changes. If you do not, all of your changes will be lost if you update your theme.

    Try adding this to the end of your child theme’s style.css:

    .sf-menu li:hover ul, .sf-menu li.sfHover ul {
       top: 1em;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘drop down menu won't stay when hovered! theme portafolio’ is closed to new replies.