How do I increase the width of my blog?
-
jenstewart
- Regular
- Posts: 49
- Joined: Mon Oct 02, 2006 7:50 pm
- Location: California
How do I increase the width of my blog?
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!
Hi Jenstewart
you can change the following section of your style.css file
width is the line you should change.
HTH
Dave
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;
}HTH
Dave
-
jenstewart
- Regular
- Posts: 49
- Joined: Mon Oct 02, 2006 7:50 pm
- Location: California
-
jenstewart
- Regular
- Posts: 49
- Joined: Mon Oct 02, 2006 7:50 pm
- Location: California
-
jenstewart
- Regular
- Posts: 49
- Joined: Mon Oct 02, 2006 7:50 pm
- Location: California