Hi there!
Thanks for contacting us.
Do you want to show megamenu in your tablet? Is it showing the offcanvas menu only?
Which template you are using, please? And what is the device resolution, I mean on which resolution you wants it as a breakpoint?
For Helix Ultimate based template here is a sample code, you need to put it into custom CSS:
@media (max-width: 1024px){
#offcanvas-toggler {
display: flex !important;
}
.sp-megamenu-parent{
display:none !important;
}
}
I have used 1024px as an example, you can use your desired resolution instead.
Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.
Best Regards