• Resolved T_ed

    (@t_ed)


    Hello!

    Can you please help me with dropdown menu (first from the left). It is navigation menu that is leading on the same page info block. When you click on one of internal menu items, dropdown menu does not automaticly hide and stays on untill you click somewhere on page. Sometimes you need to click 2-3 times to see this effect. I need to make dropdown menu to hide automaticly after click on one of its items.

    Please help me to fix this and thank you!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    Give this CSS a shot:

    .dropdown-hover.using-mouse .main-navigation:not(.toggled) ul li.sfHover:not(:hover) > ul {
        left: -99999px;
        opacity: 0;
        height: 0;
        pointer-events: none;
    }

    Let me know 🙂

    Thread Starter T_ed

    (@t_ed)

    Hi Tom!

    Thank you very much, worked perfect!

    Theme Author Tom

    (@edge22)

    You’re very welcome 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Menu toggle stuck after click’ is closed to new replies.