Currently working on a website and I've been dividing it into columns with the property:
float: left;
However, when viewed on a smaller resolution or if I resize the browser window, the div
cells collapse on top of one another like boxes stacking up.
This is the project site I'm referring to: Link to the website.
I attempted to solve this issue by removing any percentage values for sizing and assigning specific values like 500px for width or height to everything.
If you have any advice or links on how to prevent this from happening, I would greatly appreciate it!