• Resolved bluedotliving

    (@bluedotliving)


    I am building a mega menu on our staging site. However, I’ve noticed that the sub menu closes too quickly when the cursor is not directly over a link. If the user is moving the cursor across the sub menu (from one column to another), the sub menu will often close.

    Is there a way to ensure the sub menu stays open as long as the cursor is anywhere over it?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support megatom

    (@megatom)

    Hi,

    Please go to Appearance > Customize > Additional CSS and add the following:

    .max-mega-menu .wisepops-render-slot,
    .max-mega-menu .wisepops-render-slot * {
    visibility: inherit !important;
    }

    Regards,
    Tom

    Thread Starter bluedotliving

    (@bluedotliving)

    Hi Tom,

    Unfortunately this doesn’t seem to have helped. Do you think the issue is with the Wisepops newsletter form embed?

    Plugin Support megatom

    (@megatom)

    Hi,

    Yes it’s related to the popup plugin. Please try this CSS also:

    body.mega-menu-header-menu .td-header-template-wrap {
    z-index: 999999;
    }

    Regards,
    Tom

    krperrett

    (@krperrett)

    Thanks Tom, that does seem to have worked. Appreciate the help!

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

The topic ‘Sub Menu Won’t Stay Open’ is closed to new replies.