I am using the MegaMenu in Magento 2. The default breakpoint for the menu to collapse is 1024px / 1025px. The smaller version is a simple list of categories, sliding in from the right side of the screen. The bigger version is a dropdown with categories to hover.
How can I change the breakpoint to 1194px / 1195px?
I tried modifying JS and CSS but it just broke the menu. I could also not find an option in the admin panel.
! Please note that I already asked this question on StackOverflow. Unfortunately nobody could help me yet. https://stackoverflow.com/questions/62347048/how-can-i-change-the-breakpoint-for-megamenu-in-magento...