I've implemented a code on my website that changes the menu to "mobile" when the device screen resolution is less than 1024px. However, I noticed that the menu still displays correctly even when the device is around 800px. Is there a way to adjust this threshold or should I just keep it as 1024px?
You can view my site here
I'm not sure if I need to make changes in CSS or JavaScript for this. Can you please guide me in the right direction?