It sounds like you want to hide the submenus of your main menu categories on mobile devices, so that only the main categories are visible when the menu button is clicked. This is a common design approach to ensure a cleaner and more organized mobile menu.
To achieve this, you can use CSS media queries to apply different styles based on the screen size.