I would like to hide menu on desktop but still have it visible on small screen
Yes, you can do that using a media query. If you don’t mind I suggest you to use media query simple. The exact query will depend on your site structure and how the menu is identified in your code. Before you do that, make sure your navigation will not be hidden as well; most website … Read more