The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › Browser Dimensions, Positioning…
I just created a simple portfolio site (http://masonsklut.com). I can’t figure out the best way to make my site look like this instead of this when the site is displayed in any browser dimensions… Thanks in advance for any suggestions!
The stylesheet is located at http://masonsklut.com/style.css
You are using defined and fixed widths for your divs. If you want to make the site responsive you should be using percentages.
You might also wish to incorporate media queries
Thanks Paulie! That worked!