Recently, I took a responsive website template and converted it into an ASP.NET MVC app. However, I've encountered some peculiar behavior when resizing the browser window. As the width of the window decreases below 986 pixels, a mysterious white "space" appears on the right side of the content. This space seems to expand as the window becomes smaller (as shown by the red zig-zag in the picture).
If you want to see the issue for yourself, you can visit the site at www.prophysique.com. I have used developer tools to investigate the source of this extra space but haven't been successful in pinpointing the problem. Can anyone suggest any solutions or techniques I could use to identify where this space is coming from?