The community member is experiencing an issue with their hamburger menu freezing after use. Other community members provide suggestions, such as providing a link to the published site, exact steps to reproduce the issue, and testing on different browsers and operating systems. They also discuss the issue being related to a table on the page that needs adjustments. Eventually, the community member finds the issue and resolves it, thanking the others for their help. The discussion also includes advice about managing breakpoints and table design for responsive layouts.
Hey @SukadeNft, instead of all those breakpoints you could adjust your table design to work with way less effort on your part. Trying to manage all of those breakpoints will become a nightmare to you.
@SukadeNft, Here's an example that I made a while ago. There's no real styling as I built it to grab data from a database not explicitly for table design. As you can see in the video, I left the default breakpoints and really only adjusted the design at 1 of those points. You don't want to be removing content at different breakpoints, it should remain the same for users no matter the device size they are on, but you can absolutely change how that content is displayed. If you need more details let me know.