I am just finishing up my new website, http://www.how-to-travel-the-world.com and I was told I should adjust the site for 1024x768 as most people (though not me) use that. How can I change the width so it looks good in all resolutions. If I change it to 1024x768, it looks tiny on my screen and I suspect most monitors use a better resolution now so I don't want it to look bad for the higher resolution monitors. Any help would be great. cheers
First of all, your site looks good. I use resolution 1280x1024 and the page looks a bit big on that. With lower resolutions it would fill the browser window, so adjustment is nessecceary. This is however a wordpress template, and my guess is the width tag is accessable in the style.css of this theme. Open it in your HTML editor, back it up and then change the 'wrapper' and 'header' widths to 900px, upload the css file and see what happened. 900px is pretty much todays standard and should look good with all modern resolutions. Hope this helps
Yes, it looks nice, even you can make it 1000px so the users of small resolution will not need adjustments and users with higher resolution will not have problems of reading the content. Or, you can make it liquid, but be careful, in higher resolution that can really stretched the content
design your template for 1024x768 is good, most people use 960px width bbc news, cnet, pcworld, ... they use 970px, same for me. 950-960 is best.
how does it look now in the 1024x768? i just resized the whole thing!!! http://www.how-to-travel-the-world.com
You could always try using fluid width properties. Instead of setting your widths for a pixel size, set them for a percentage size. Although, this can prove to be kind of difficult at times. Setting fluid widths present a problem all on their own with trying to make things look as you visioned them. Anything spanning horizontally will be effected. Remember, if you set the main content area as a fluid width, you have to set everything within it a fluid width as well or else it will either a) overflow out of your main area or b) take up multiple rows. A fluid width will insure that even those on the smallest resolution can view your site without having to scroll horizontally.