Having an issue with the responsiveness of a website layout that includes three columns (let's say 'A', 'B', and 'C') each 96% high, along with a footer. Columns A and C have a width of 35%, while column B is set to be 30% wide with a minimum width of 200px. When I shrink the browser and reach the point where column B can't get any thinner due to its min-width constraint, column C jumps down instead of adjusting accordingly. I am looking for a way to make all columns fill the space without fixed min-widths and with a max-width of 35%. Simply setting max-width: 35% does not solve this issue. Any ideas or suggestions would be greatly appreciated. Thank you!