

Hello, I am using oneclip template, I need assistance with a mobile responsive issue. The mega menu appears at a time in mobile view when I use mobile view, I have to hide.
Hi
Thanks for contacting us. Could you please give me your site URL and also screenshot of your issue?
-Regards.
yeah sure, our site - www.srushty.com
Hi
Could you please follow this documentation below:
Again, I have the same problem in my website. I followed the above instruction but it shows two menu in mobile - both mega menu and mobile menu. assist me to resolve the issue. I have tested with new oneclip template in my machine, In that I got a same responsive issue.
Hi
Use this custom CSS in your custom.css file
@media (max-width: 768px){
ul.sp-megamenu-parent.menu-fade.hidden-sm.hidden-xs {
display: none;
}
}
Thank you; it's working perfectly now. Can we get the hidden menu in off-canvas without using custom code?