Page 1 of 1

How do I increase the width of my blog?

Posted: Tue Jan 09, 2007 8:54 pm
by jenstewart
I'm not sure how to word this correctly, but I have a blog set up at http://www.JenStewartPhotography.com/blog I have found that the width of my blog is too narrow. I would like to increase that size and make the grey columns on the sides more narrow. How do I do this? THank you!

Posted: Tue Jan 09, 2007 9:03 pm
by d_cee
Hi Jenstewart

you can change the following section of your style.css file

Code: Select all

#wrap {
background-color:#ffffff;
color:#303030;
margin:0 auto;
padding:1px 5px;
width:760px;
}
width is the line you should change.

HTH

Dave

Posted: Tue Jan 09, 2007 9:15 pm
by jenstewart
thanks I'll give it a try and get back to you if I have any questions! :D

Posted: Tue Jan 09, 2007 10:50 pm
by Davy
Remember that the content should fit in the columns, so you can't get them very small. :)

Posted: Tue Jan 09, 2007 10:58 pm
by jenstewart
I went to my ftp program and looked in my blog's folder, where do I find the style.css file?

Posted: Wed Jan 10, 2007 1:20 am
by d_cee
Hi
in /templates/andreas00/

Dave

Posted: Wed Jan 10, 2007 1:33 am
by jenstewart
thank you! That did it! Now I just need to go in and adjust my header image :)