I’m in the middle stages of developing my website, and I noticed an issue I can’t seem to solve.
At breakpoints over ~1200px, everything is OK. But starting around 1200px and smaller, most elements in the DOM stop taking up the full width of the page, leaving a large negative space on the far right side of the browser.
The exception to this seems to be my navbar, which is fixed at the top of the page.
Solved the issue. There was a button element that had width hardcoded at ~1150 px width. Had to dive into every element of the code to figure that out. Would be nice if that was a bit easier to ID, but ultimately my fault.