Hey Severin,
Thank you for the inquiry.
This css code should hide the full width submenu container on larger and medium screens, and keep it visible on mobile view.
@media only screen and (min-width: 989px) {
#top .av-submenu-container {
display: none !important;
}
}
Best regards,
Ismael