So I\'m working the profile page of a user on my website. And I\'m having a little problem with the CSS.
My problem is the following: I have four div boxes with a fixed
You can put the boxes in columns like so. This is a very basic grid system, but it shows the basic idea: you're stacking your boxes inside of wrapper divs which form columns.
If you'll be repeating this pattern all over your site, you may want to use a more formalized grid system. Many examples can be found by simply searching "css grid system".