Before I tell you the simple HTML way, you might be interested in an equally simple way that do not needs any HTML edit. But I am not sure if this works for all types of templates as it did not worked for my template. Well in that case no worries, you just go ahead & read the second way that involves HTML edit, is fairly simpler & is recommended by me!
Before we go for doing any tweaks with our blogger template, let us make a backup in case things go awry!! :-D
Log in to your blogger account. Go to Layout> Edit HTML>Download full template. Also you can just copy your whole HTML code & save it in a notepad or MS Word.
Now let's increase our blogger width!
[Way 1.] Straight, without HTML edit:
- Login to Blogger In Draft.
- Go to Dashboard > Layout > Template Designer.
- In Blogger Template Designer page click Layout. Then select Adjust Width.
- Use the slider to adjust the width. You have (maximum of) three adjustable widths. Below are the names and their width range (in px):
- Entire blog -500px (minimum) to 1000px (maximum)
- Left sidebar -100px to 500px
- Right sidebar -100px to 500px
- Use the slider to change the width. Changes you make will be reflected instantly in a live preview beneath the editor.
- If you like the result, click the orange Apply to Blog button to save.
1. Log in to your blog. Go to Layout> Edit HTML.
2. In the HTML code just find out the column 'Page Structure'.
3. In this part you need to carefully change just 2 values & your blog width would increase!
- Sample HTML code -
/* Page Structure
----------------------------------------------- */
#outer-wrapper {
background:url("http://www.blogblog.com/dots/bg_3dots.gif") no-repeat 250px 50px;
width:1050px;
margin:0 auto;
text-align:$startSide;
font:$bodyfont;
}
#header-wrapper {
display: none;
}
#main-wrapper {
width:800px;
float:$endSide;
padding:100px 0 20px;
font-size:85%;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
- Sample HTML code -
4. The 2 values needed to be changed are highlighted above. First increase the width of 'main-wrapper' in 'px' (this is the actual post width, remember the change that you make here, do not increase more than 800px or the post may become too wide) If you added 350px here to the default size then you need to add the same number of px in the 'outer-wrapper' too. Else the proportion of the blog page would be unsymmetrical!
5. After you have carefully changed the 2 values (same number of px incremented in 'outer-wrapper' as were in the 'main-wrapper') your blogger page width will be increased! Njoy! ;-)
nice post
ReplyDeletewill try to do it
you have got a very nice header
keep blogging
If you want to get some more promotion for ur blog visit :-
http://superstarvinayak.blogspot.com/2010/05/get-award-post-1.html
and read the whole post
Thanx a lot Vinayak! :-D
ReplyDeleteheader image is designed by me, M glad that you liked it!
Blogging is just like a hobby for me & I like it as its a great fun!
Nice n useful link that you posted!