Tagged: submenu
In my mobile menu, the submenu overlaps with main menu which could make selection difficult. Here’s a screenshot: https://snag.gy/bOzyvJ.jpg
Hi 1039 Online,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Regards,
Rikard
User credentials located in the private content. Thank you.
Hey!
You have following custom CSS code
.sub-menu {
top: 139px!important;
}
Please change it to
@media only screen and (min-width: 990px) {
.sub-menu {
top: 139px!important;
}}
Cheers!
Yigit
Worked Fabulously! Thanks, Yigit for the quick remedy.