Hi, I made changes in css file #container{width:950px;margin:0 auto;background:#fff;}, because almost everyone's monitors are at least 1024X768, but most of the people I know are in 1280X980 resolution and width of 800px is looking funny. Everything looked good, but when I tried to make #content{float:left;width:646px;padding:10px 0;text-align:center;} instead of 546 it jumped right with 100px and didn't become wider. Where am I wrong?
Hi, I made changes in default.css file #container{width:950px;margin:0 auto;background:#fff;} #main{width:934px;margin:0 auto;border:8px solid #fff;text-align:left;} instead of 766 and 750, because almost everyone's monitors are at least 1024X768, but most of the people I know are in 1280X980 resolution and width of 800px is looking a little bit funny. The screen is almost half empty. Everything looked good, but when I tried to make #content{float:left;width:646px;padding:10px 0;text-align:center;} instead of 546 it jumped to the right with 100px and didn't become wider. Where am I wrong?
I repeat this post because I don't know how to edit previous.