How do I increase the width of my blog?

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
jenstewart
Regular
Posts: 49
Joined: Mon Oct 02, 2006 7:50 pm
Location: California

How do I increase the width of my blog?

Post 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!
d_cee
Regular
Posts: 603
Joined: Wed Jan 18, 2006 6:32 pm
Location: UK
Contact:

Post 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
jenstewart
Regular
Posts: 49
Joined: Mon Oct 02, 2006 7:50 pm
Location: California

Post by jenstewart »

thanks I'll give it a try and get back to you if I have any questions! :D
Davy
Regular
Posts: 109
Joined: Fri Oct 13, 2006 2:06 pm
Location: The Netherlands

Post by Davy »

Remember that the content should fit in the columns, so you can't get them very small. :)
jenstewart
Regular
Posts: 49
Joined: Mon Oct 02, 2006 7:50 pm
Location: California

Post by jenstewart »

I went to my ftp program and looked in my blog's folder, where do I find the style.css file?
d_cee
Regular
Posts: 603
Joined: Wed Jan 18, 2006 6:32 pm
Location: UK
Contact:

Post by d_cee »

Hi
in /templates/andreas00/

Dave
jenstewart
Regular
Posts: 49
Joined: Mon Oct 02, 2006 7:50 pm
Location: California

Post by jenstewart »

thank you! That did it! Now I just need to go in and adjust my header image :)
Post Reply