Yesterday, I led a workshop for students who will be blogging in a
course. One student's blog, however, came out "Narrower" than others ...
http://lchapman.blog.uvm.edu/
I tried replicating this on
http://sjc.blog.uvm.edu/sandbox/
My first thought was that problem related to a stylesheet issue. In
fact, the sites-styles.css has a section
#container
{
position: relative;
margin: 0 auto; /* center on everything else */
width: 360px;
text-align: left;
}
Normally, this width is specified as 720px. So I changed mine to
360px, expecting it to shrink.
Alas it did not.
So, a couple of questions.
(1) what DOES set the width of the window ?
(2) If it's not one of the template files, how does one change that
width ?
Steve
|