Site logo

Archived topic

i cant click sub category at the dropdown mega menu

3 replies · Started by PUB WORLD on February 17, 2021

Viewing posts 1–4 of 4

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!

Hi there,

change that CSS to this:

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

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

Glad we could be of help

This archived topic is closed to new replies.