Currently, my website contains all elements within a container that has a fixed width of 1250px. However, I've noticed that when I try to resize the browser by increasing its width, I just end up with extra white space, which is not ideal.
My question is: Is there a way to ensure that regardless of the specified width in the HTML, if someone tries to resize the page beyond that width, the elements will simply stretch out without any white space appearing?
Please let me know if you need further clarification. Thank you!