Hi,
Your theme css is overriding the submenu css.
Add the code below to the custom css option in General Options of WP Mobile Menu
.show-nav-right .sub-menu {
opacity: 1;
visibility: visible;
}
.show-nav-right .sub-menu li {
border-bottom: none;
line-height: 33px!important;
}
.mobmenu_content #mobmenuright .sub-menu a {
line-height: 24px;
height: 44px;
}
Let me know if it worked.
-Takanakui
Glad it’s working.
If you’re enjoying WP Mobile Menu, rate and review the plugin to spread the love!
Thanks
-Takanakui