• Resolved digidoda

    (@digidoda)


    Hi there,

    On the site above, the last three top level menu items are clickable even when the sub menu is appearing over the top of them.

    I’ve tried changing the z-index of the sub menu but I think I must not be targeting it correctly as it just seems to adjust the z-index of the whole menu.

    The z-index is set at 999 in the plugin general settings page if that helps and there is no custom css added either.

    Many Thanks

    Mike.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Mike,

    Do you mean the Contact News and Gallery items are clickable when the Industrial Painting sub menu is open? If so, I’ve checked here in Chrome and I’m not seeing that behaviour. If it is still happening for you (presumably in a different browser?), I don’t think it can be fixed with the menu the way it is now, you would need to split it into 2 separate menus, one on top of the other, rather than forcing the last 3 items to overflow onto another line.

    Alternatively you could use the following CSS to make the menu wider and allow all of the items to sit on the same row:

    .header-main .container {
        max-width: 100% !important;
    }
    .header-main .container .navbar-expand-lg {
        justify-content: center;
    }

    Regards,
    Tom

    Thread Starter digidoda

    (@digidoda)

    Thanks so much Tom – all sorted now after your reply.

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

The topic ‘Sub Menu Not Clickable’ is closed to new replies.