[Resolved] i cant click sub category at the dropdown mega menu

Home Forums Support [Resolved] i cant click sub category at the dropdown mega menu

Home Forums Support i cant click sub category at the dropdown mega menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1661553
    PUB WORLD

    Hai, i use Wp mega menu pro on my website, the first time i tried it didn’t work like it should, the dropdown submenu won’t appear, and one of you guys gave me this css code (and it’s works)

    .wpmm_megamenu .wp-megamenu-main-wrapper ul ul {
    height: unset;
    }

    but now the problem is, i cant click any sub category (category at dropdown) i have no problem with the single category, only sub category its not clickable.
    i tried at other theme, its works fine.

    and here’s my website.
    https://www.wp-wip.pubworldmemorabilia.com

    Thanks!

    #1661954
    David
    Staff
    Customer Support

    Hi there,

    change that CSS to this:

    .wpmm_megamenu .wp-megamenu-main-wrapper ul ul {
        height: unset;
        pointer-events: initial;
    }
    #1662534
    PUB WORLD

    Awesome!! beautifully works, you guys really has a great customer support, ten out of ten! thank you thank you. cheers!!

    #1662975
    David
    Staff
    Customer Support

    Glad we could be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.