Hello, I have a Glozin theme. How can I add the ability to select different menus for the mobile version? Everything is fine in my desktop theme, but for the mobile version I want to change the collection list a little. Thank you
All you need to add media query and add two navigation code.
For media query use below code
add additional div to parent of menu code d-web for web version menu and d-mobile for mobile menu.
We have this advance code for our vendor please refer the below link to see it in action where we have implement completely new menu for mobile users.
Hope this will helps…