i have problem with mobile menu when i give internal link user can’t close menu because the close button is top and will see this
i have internal link under home sub menu u can check this how it work in mobile.
https://suzugia-ai.com/
Hi,
I’ve checked the issue in your site and I am not able to replicate it, did you already resolve it?
Regards,
no i didn’t, how should i solve!! i found it today. it has this issue in pro version too .
@media (max-width: 600px) {
.panel-row-style {
margin-right: -15px !important;
}
[off-canvas*=left] {
z-index: 99;
}
}
this work i find it in other comments.
Ah I see… thank you for sharing the solution here.
Regards,