i’ve also been wondering – where exactly do i go to change the width of the page on my site? i tried changing the “width” property in “style.css”:
#page {
background-color: white;
margin: 20px auto;
padding: 0;
width: 810px;
border: 1px solid #959596;
}
but that didn’t seem to work. originally it’s set to something like 760px, you can see i changed it to 810px (a fair difference) but there’s no change at all on my blog. i even held down shift while refreshing (i’m using Safari on OS X, this is supposed to make sure it’s not coming from the cache, right?)
am i even looking at the right property?
if anyone can point out what i should be looking for, it’d be much appreciated. ??