Hi mbsoftmb,
Thanks for reaching to us.
1. Try to add any content in the mobile menu area from Appearance > Widgets > Area after the mobile menu. https://prnt.sc/GyCs6LuWX4w0
Please try to use the below custom CSS code and paste it to Theme Settings > Custom CSS > Mobile CSS section:
.mobile-pages-menu.wd-active + .widgetarea-mobile {
display: none;
}
2. Please try to use the below custom CSS code and paste it to Theme Settings > Custom CSS > Mobile CSS section:
.wd-nav-mobile.mobile-categories-menu>li>a,
.wd-nav-mobile.mobile-categories-menu>li>ul li>a {
border: 0;
min-height: 30px;
}
Best Regards.