Change the Width of Your Blog - Make the Blog Wider
January 2, 2009
This can be quite important feature, if you care about it....Changing the width of your Blogger Blog will gain you some extra space (to place more gadgets, pics, ads...), or it will make your Post section wider(meaning: larger pictures, wider paragraphs), you can also add a third column, if you want.....
CURRENT SITUATION (What's out there?)
There's a thousands of templates out there...you haveBlogger default templates + Dozens of other sitesthat provide a free Blogger Templates...
All right, you knew that....but here's another thing you should consider:
There are 2 kinds of templates (layouts) you can use:
► FLUID width or STRETCH templates - template that resizes to fit any computer monitor. It stretches corresponding to the monitor resolution.
Advantage is obvious, and a big disadvantage is DESIGN. It's quite restraining when it comes to this. Of course, it depends what you like. For a professional looking template, it's great....But for a personal one, it can be a bit dull.....
► FIXED WIDTH templates - they have a fixed width, regardless of monitor resolution....They are ideal for designing and customizing, but, the width part can sometimes be a real pain in the....:]
...Why? Because:
- people have different Monitor (screen) sizes,
- and they use different resolutions on them...
...the final result is: Blog appears different in each combination!
Read more about Monitor sizes and resolution, and how to change the resolution...
◄Imagine lying down in the grass with your nose pressed deep into the thatch. Your field of vision would not be very large, and all you would see are a few big blades of grass, some grains of dirt, and maybe an ant or two. This is a 14-inch 640 x 480 monitor. Now, get up on your hands and knees, and your field of vision will improve considerably: you'll see a lot more grass. This is a 15-inch 800 x 640 monitor. For a 1280 x 1024 perspective (on a 19-inch monitor), stand up and look at the ground. Some monitors can handle higher resolutions such as 1600 x 1200 or even 1920 x 1440—somewhat akin to a view from up in a tree...►
SHOULD I CHANGE THE WIDTH OF MY BLOG?
Well, it depends. If you already have a wide template, or you're using Stretch (fluid) layout, there's no need of doing this...
Resolution friendly means that your Blog doesn't exceed the width of 750px. Why 750? Because statistics tells us that lots of people are still using a 800x600 px resolution. And if you make your Blog wider than 750, these group of people will have to scroll left-righton your page....which is quite irritating. And you can lose those visitors....
But, there's also a saying, and it goes like this:
Lie ► A Bigger Lie ► Statistics.
If you surf a bit, and pay attention to web pages width, you'll notice that lots of web sites (even popular ones), are way over the 750 px!
So, it's really up to you....
LET'S CHANGE THAT WIDTH ALREADY.....
The only problem here will be the identification of the CSS style in your template (Layout). This is the part in the code section that defines styling, including width of elements.
There's so many different templates around, and it's a different story for each one...
But don't worry....there's a pattern. A backbone. A Layout constitution. A certain way of organizing (naming) elements. It's basically the same thing, under the different name.....
For this example, we'll take a default Blogger template ► Minima. Let's do it.
1. First thing is identification. Go to: LAYOUT ► EDIT HTML, and find the parts that defines the width of the Main section, Post sections, Sidebar, Header Section andFooter.
For Minima, we have this situation:
#header-wrapper {
width:660px;
margin:0 auto 10px;
border:1px solid $bordercolor;
}
..................................
#outer-wrapper {
width: 660px;
margin:0 auto;
padding:10px;
text-align:$startSide;
font: $bodyfont;
}
..................................
#main-wrapper {
width: 410px;
float: $startSide;
..................................
#sidebar-wrapper {
width: 220px; float: $endSide;
..................................
#footer {
width:660px;
clear:both;
...in Minima (and lots of other templates) elements are categorized by these names:width:660px;
margin:0 auto 10px;
border:1px solid $bordercolor;
}
..................................
#outer-wrapper {
width: 660px;
margin:0 auto;
padding:10px;
text-align:$startSide;
font: $bodyfont;
}
..................................
#main-wrapper {
width: 410px;
float: $startSide;
..................................
#sidebar-wrapper {
width: 220px; float: $endSide;
..................................
#footer {
width:660px;
clear:both;
► header-wrapper is Header
► outer-wrapper is our Main section, other elements are wrapped inside of it..
► main-wrapper represents Post Section
► sidebar-wrapper stands for Sidebar
► footer is Footer :]
...this means that our header-wrapper is 660px wide, outer-wrapper width (Post section +Sidebar+ margins) is also 660px, and footer 660 px.
2. Let's change the width:
#header-wrapper {
width:750px;
margin:0 auto 10px;
border:1px solid $bordercolor;
}
......................................................................
#outer-wrapper {
width: 750px;
margin:0 auto;
padding:10px;
text-align:$startSide;
font: $bodyfont;
}
.......................................................................
#main-wrapper {
width: 500px;
float: $startSide;
........................................................................
#sidebar-wrapper {
width: 220px;
float: $endSide;
........................................................................
#footer {
width:750px;
clear:both;
...I've decided to make my Post section (main-wrapper) wider. In order to do this, I have to increase my outer-wrapper. Now, here's the RULE:width:750px;
margin:0 auto 10px;
border:1px solid $bordercolor;
}
......................................................................
#outer-wrapper {
width: 750px;
margin:0 auto;
padding:10px;
text-align:$startSide;
font: $bodyfont;
}
.......................................................................
#main-wrapper {
width: 500px;
float: $startSide;
........................................................................
#sidebar-wrapper {
width: 220px;
float: $endSide;
........................................................................
#footer {
width:750px;
clear:both;
◄ If you want to increase the width of your Posts section or Sidebar, you HAVE to increase your Main section width (outer-wrapper) for the same value! ►
◄ 500px + 220px + margins = 750px ►
In this example, I've increased my Post section (main-wrapper) for 90px, so I've changed 410px into 500px. I did the same for the Main section (outer-wrapper), changed 660px into 750px....I've left the Sidebar the same width, 220px.
I've also changed the width for my header-wrapper and footer....into 750px. Note that this is not necessary, but better do it...for the sake of symmetry in your Layout...
That's about it. Remember, when you're changing the width of your (custom) Blogger template, certain elements will be (can be) under different name....Do not let it confuse you! You know how the elements are organized inside of it....and in the end, its a 5 minutes job...some simple mathematics + patience.....
If you need any help, ask.....
Smile!
See tips, reviews and comparisons for
UK online casino sites at
www.casinochoice.co.uk
for Poker, Bingo, Roulette and other
popular casino games.
214 comments:
1 – 200 of 214 Newer› Newest»Your header picture has a fixed size, and therefore, cannot stretch..(and even it it could, this would seriously damaged the pic quality).
The best thing you could do is:
► keep you pis as it is now (size is all right)
► change the color of your header background to something similar to your picture (so they will blend)
Smile!
Smile!
Can u tell me where i correct the margin for my sidebar? As u can see here: http://omgivelser.blogspot.com/
My content of the sidebar is to close to the dotted line! :( I have tryed to correct this, but is doesn't seem to work – I do not know exactly where to do this. I want the pictures, graphic etc. and text to be left, but not so close to the border!
Maybe u know? ;)
I love your Blog! Here's how to distance the text from border:
Under your #sidebar-wrapper { place this line:
padding-left:10px;
...adjust the value to whatever suits you...and
Smile!
Have a nice sunday!
I'm sorry to say this, but your template is a mess...I suggest uploading a new one, and changing the width exactly like in the instructions...
Right now, you have an extra container (unused) that's stealing the space...
Please email me if you'll need more help with this...
Smile!
#main-wrapper {
background: url(http://i34.tinypic.com/4icxno.jpg) repeat-y left bottom;
...change it into this:
#main-wrapper {
background: url(http://i34.tinypic.com/4icxno.jpg);
Smile!
To optimize picture, re-size it in any graphic editor to the preferred size, and then integrate it in Blog...
I also suggest to switch to new Blogger template. There's a nice collection of default Blogger templates..
Smile!
It's back to 660 now, because of the sidebar problem.
Sidebar at the bottom
pocket
This is my website http://robynwaltz.blogspot.com/
you have a customized template. The one that doesn't support much individual customizing...
The fastest (and easiest) thing you can try to do is decreasing your Post section, and increasing the sidebar for that value...
If you're interested, contact me on email, I'll send you how to...
pocket
I'm using the stretch denim template but I'd only like to expand my header. I have some ads that are centered on the entire frame but my header photo/blog title aren't using the full size of the screen. Is there any way to make just the header wider, leaving the body post & footer sections the same?
Thanks!
www.ghostrunneronfirst.com
the problem with the stretch templates is that you can't fit anything. It stretches depending on the users screen resolution (screen size).
If you, for example, make your header fixed, and you adjust the banner to your needs, the effect can be totally different:
► on my screen - if I have lower resolution, I won't be able to see the banner completely, and I'll have to scroll left-right..
► if, on the other hand, I have a wide monitor with a hell of resolution, your banner will appear smaller and again, not symmetrical...
Meaning, if you'd really like to have a well designed template, use fixed width. Wide, but fixed.
Stretch templates are golden, I know, but when it comes to design, well...
Anyway, your Blog looks great...don't worry to much..
:]
i'm almost done with my blog..just a little more tinkering here and there though! :)
keep the infos coming! =)
I luv ur blog design n ur templates n ur style of explaining..m trying to create a blog from scratch, totally new in this field n don't even know the ABCs but ur blog has been my oxygen for this project..Keep the info rolling..thanx!! :)
not at all...
post and side bar areas
placing search in center
and removing or changing side bar background
plz
medseek.blogspot.com
..to remove the sidebar background, locate this line in LAYOUT ► EDIT HTML:
background: #ffffff url(http://www.blogblog.com/moto_son/innerwrap.gif) top right repeat-y;
..replace it with this:
background: #ffffff;
...I don't understand other questions...
:|
actually i would like to use blog just for my custome search engine
and 3 columns on bottom
so i wish if home page appears as just search engine and result page with bottom columns.
plz help me to find any blog theme just for a search engine
just have a look
currently i am hosting it on google pages
www.medsea.tk
but here i can change layout etc
so i am trying for
www.medseek.blogspot.com
..here something for a start, but you promise to try to do something on your own, ok? For example, if you've looked around, you could see the tutorial about:
Add a 3 columns to Blogger footer
To make your area wider, locate this:
#main {
width: 430px;
..and replace the value 430px with 660px.
Next, locate this:
#sidebar {
..and add one line under it, so it will look like this altogether:
#sidebar {
display:none;
I'm having trouble with the width of the pictures on my blog - www.chez-mazilique.blogspot.com.
Do you know how I could make them bigger?
thank you.
LOVE your posts! they are very concise and helpful, unfortunately, it seems that my blog needs a little more help. as you can see, my sidebar is underneath the main body and the html looks like this:
/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
width: 1050px;
margin:0 auto;
padding:10px;
text-align:$startSide;
font: $bodyfont;
}
#main-wrapper {
width: 650px;
float: $startSide;
}
#sidebar-wrapper {
width: 300px;
float: $endSide;
}
how do i fix this? thank you =)
Seems like you've fixed the problem yourself..
:]
..to make them bigger, you can make your post section wider.
And use the hosted image link:
Pictures in Blogger
i am using Rounders 3
I want it to be wide enough to have a YouTube player not just embedded video single players. To do that my outer area is 1100 and the inner is 820-
Is that totally way out of line?
www.RITBS.blogspot.com
Oh and the rounded corners are not extending to the ends so I have a line down where the width used to be. Please any help would be great,
Terry Kate
..it's fine. Looks alright.
But the rounded corners and the blue line will never stretch. Because they are a fixed width PICTURE. You can:
► get rid of them totally (delete them)
► resize them on your own (you'll have to upload them to a free web host and get the URL, and replace the old pics with new ones..)
In LAYOUT ► EDIT HTML ► you'll find these pictures:
http://www.blogblog.com/rounders3/rails_main.gif
http://www1.blogblog.com/rounders3/corners_main_top.gif
...and so on...
I use the SEO modified stretch denim template, but it was good reading anyway.
I write you to get an another help, I want to change the width of my site but more try I can't.
Would u like to help to direct how I can change the width of my site.
This is great - thanks so much for empowering the people! ;-)
I tried doing this with my template (Scribe), but the posts got pushed way far down the page and the background parchment treatment on the post section didn't go as far to the right as it should have.
I think I may have been editing the wrong portion of the code? I couldn't find anything that said "#header-wrapper". Help!
Thanks so much.
Also I would like to increase the size of my header picture so that it is the exact width of the posts and sidebar below it. The width of it right now is smaller and I can't get it to go wider. Help!
I love the way you explain in detail, it's really helpful. I've been wanting to have wider post area on a 3 column minima template and I think I screwed it up with the left column... Could you help me out? I am responsible to the website I'm a featured publisher at, so I'd appreciate a hand a great deal. (Have to display their logo in the first 750 pixel and now somehow my left column went down on the page... Don't understand. But I'll smile and hope for your help! :)
www.njplaygrounds.com
This question might make me sound as if I don't really understand website design (since I really don't..) but I was just wondering if its possible to just decrease the size of the background that goes down the sides of my blog template. When I try to mess around with increasing the size like you said - but it just decreases the size on the left side and the right side increases so that my right sidebar is now covered with the background design - argh!
Can you help?
Thanks!
I am using Blue-Diamond Template and My blog address is: http://www.patelankur.com/
I have taken screen-shot and tried to explain what I need to do, have a look here: http://ke0.sl.pt => green text in red box is my problem
In what area do I need to change pixel number in order to expand width of body?
I am not able to figure it out because I don't see these in my HTML which you mention in your post,
#header-wrapper {
width:660px;
margin:0 auto 10px;
border:1px solid $bordercolor;
}
..................................
#outer-wrapper {
width: 660px;
margin:0 auto;
padding:10px;
text-align:$startSide;
font: $bodyfont;
}
..................................
#main-wrapper {
width: 410px;
float: $startSide;
..................................
#sidebar-wrapper {
width: 220px; float: $endSide;
..................................
#footer {
width:660px;
clear:both;
Besides this I have changed my favicon icon but it appears only in FireFox, it doesn't appear in Safari, Chrome, Opera or IE. Any solution?
Hope to hear from you soon, and Thank you in advance :)
~ Ankur
thanks...
http://www.risingartistsgroup.blogspot.com/
http://www.flstudioshelp.blogspot.com/
unfortunately I am not able to figure out that what changes do I need to make.
I am using Blue-Diamond Template and My blog address is: http://www.patelankur.com/
I have taken screen-shot and tried to explain what I need to do, have a look here: http://ke0.sl.pt => green text in red box is my problem
In what area do I need to change pixel number in order to expand width of body?
I am not able to figure it out because I don't see these in my HTML which you mention in your post,
#header-wrapper {
width:660px;
margin:0 auto 10px;
border:1px solid $bordercolor;
}
..................................
#outer-wrapper {
width: 660px;
margin:0 auto;
padding:10px;
text-align:$startSide;
font: $bodyfont;
}
..................................
#main-wrapper {
width: 410px;
float: $startSide;
..................................
#sidebar-wrapper {
width: 220px; float: $endSide;
..................................
#footer {
width:660px;
clear:both;
Besides this I have changed my favicon icon but it appears only in FireFox, it doesn't appear in Safari, Chrome, Opera or IE. Any solution?
Hope to hear from you soon, and Thank you in advance :)
~ Ankur
Very good input, I worked very well
This is the first time when I understand how is with width, main, sidebar etc.
Bur I have tried on my blog which have blueberry template and seems that it's not working!
Do you know if it should work on this template?
Thanks!
2 - i'm news to blogging and boy, can it be confusing
3 - i've managed to make my blog wider, but i would like to make the margin space between my posts and the sidebar items smaller as well as the margins on each side of the blog smaller to give me even more space..
4 - HELP
:)
www.ilovecoolthings.blogspot.com
http://tinypic.com/m/5lqqdj/4
How would i do that?
I have a 3 column template. 2 right bars are of same width of 220, how to I adjust one of them to 310 and 130.
Thank U
Thanks!
I have a question that I haven't seen addressed yet and was wondering if you might have the answer... I am using a Minima 3 column template, which I have been playing around with a LOT. Now when I do 'Ctrl +' to zoom in to my page, I lose the third column. Is this normal, or is there a way to keep the columns 'fixed' so I can just zoom without losing columns?
Thanks for any insight!
Lauren X
http://flaurena.blogspot.com
I gave up trying to use this as it made my photographs pixelated, but could you pssibly tell me if there's anyway I could stretch the sidebar space? Enlarging my photographs has caused my sidebar to jump below the posts...?
http://inday-stories.blogspot.com
You can moderate this comment to delete the link if you want. thanks. I just need your help.
I'm off to search your site to figure out how to make a custome header without having Photoshop! I blog at work (shhh!) and all I've got here is Microsoft Paint.
http://hip-hopwelive.blogspot.com
Thanks in advance!
This is a great post i can see alot of people have
asked this and to have it spelled out in great detail.
Thanks this really helped !
...not much you can do. You can change the white part of the background with some other color though....(not the picture)
So, in LAYOUT ► EDIT HTML, locate this:
body {
background:#ffffff;
margin:0;
color:#800080;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}
...and replace this part:
#ffffff
..with any other color you'd like....
I think this one would suite your needs:
#A5498A
Smile!
Now my youtubes fit main body and my rolling tag cloud widget is not covered...
I've been stopping myself from upgrading to the new blogger as there was once I tried, all my layouts were distorted. I was so shocked, I immediately stay put in my classic blogger template till now.
I manually changed the width of my main body component before in my current (which is the old blogger) by dabbling with the html codes like how you did in this post. When I switched to the new blogger, my main posts were all found below my side bar since they were of a larger width. I tried dabbling with the html code for the new blogger but it failed to do so. Hence, the switch back.
I was wondering if this method you've taught in this post works for the new blogger template coz I was unable to do it.
Thanx in advance.
I can;t find the part to change the borders in the new blogger and I'm windering what's wrong. Sorry for the msny questions.
=)
this tutorial is for NEW Blogger only.
Chris,
not a good idea...
try with reducing the width of your sidebar...
http://rawfullytempting.blogspot.com/
Thanks for your help
I was hoping you can also help me with two isses: I'm trying to fill in the header box (focal / 8) with a grey color and can't seem to do this, any suggestions?
Also, I'm trying to lengthen and left-margin the widget box right underneath the header where "Home" and "About" is and can't seem to find this fix.
Any help would very much be appreciated. Thanks!
focal8.blogspot.com
using Minima left.
and also how do i make my tabs line with the rest of the column. its waayyy off to the left.
thank you very much
do you still have troubles with pics? I visited your Blog, and can't see nothing wrong...
Thanks again.
my example is for 2 column template. To apply the settings to a 3-column, you have to play with the width of all three elements in the outer-wrapper...
Smile!
locate this part in LAYOUT -- > EDIT HTML:
#header-wrapper {
..and place this line UNDER it:
background:#999999;
..adjusting the HEX value with the color you need...
To lengten the menu bar you'll have ti IDENTIFY the widget ID in LAYOUT --> EDIT HTML, and add some style in CSS that corresponds this widgets ID. You'll add the style for WIDTH.
I will talk about this. You can also find some info in this article:
Widget customization
Smile!
try changing the percentages in this part:
#primary.onecol-stories .secondary{
float:right;
width:40%;
margin:0 0 0 10%;
}
#primary.twocol-stories .story{
float:left;
width:48%;
margin:0 2% 15px 0;
display:inline;
Increase the 48% to 78%, and decrease 40% to 10%.
To move the menu to the right, try adding the left mrgin rule here:
#tabsB {
margin-left:50px;
float:left;
width:100%;
background:#F4F4F4;
font-size:93%;
line-height:normal;
Play with the 50px, until you're satisfied....
This is all a guess, coz I don't have the template installed....
Smile!
I have another blog html problem...how do i had a button to my blog that is not a widget? the button I want to add is http://www.ixpo.com/plant-a-tree/make-my-blog-carbon-positive/
Help!?!!
it's simple, really. While you're on your Page Layout of your Blogger, click on "Add a Gadget" button. Choose HTML / JavaScript gadget.
Place your Carbon Button code there....
And that's about it.
Smile!
I am new in the blogger world and could finally find a template after 2 weeks search :) I am trying to widen the white outer wrapper which you can see in the blog fairybon.blogspot.com but coudn't do it... After reading your explanation finally I didn't feel like a moron on the net but unfortunatly eventhough I did everything what you have explained above but it looks that I can not widen the white circular edged background.. can you help me out?
thank you so much :)
I guess I have found the problem... the white outer wrapper is I guess fixed.. in the html it writes body {
background:#fffef9;
background: #fff url(http://img3.imageshack.us/img3/6421/wrapfw3n.png) fixed center top;
background-attachment: fixed;
margin:0;
and I guess this image is not changable? Am I correct? :(
I was wanting to make my blog into three columns - one large stretch one for the content, and then two either side for gadgets, information, pictures etc. I know it's probably really simple but I've searched for ages and can't find anything!
It would be great if you could help me. Thank you!
I need some help from you... my current blog template (Earthing Two, from http://www.freecsstemplates.org) is two column. Is it possible for me to change the sidebar all the way to the right (which is the template's blue background portion) then expand the width of blog post body to the maximum?
Also, I am considering converting it to 3-column, where side bars are on the blue portion of left & right and middle portion (white) is the post body... can you share with me if this can be done & how?
here's my blog addy: www.moxiemaiden.blogspot.com
Thanks
Kristin
I am 99.5 computer illiterate (lol) but I am doing this awareness campaign and I need to blog my experiences. I would like the post in the middle column of my blog to be wider because the content is more important than the archives column, etc.
Do you have an idea on how I can do this? I am using a template from another site. :S
Here is my blog: thumbsupcanada.blogspot.com
Take care!
there's a massive white section of nothingness making my blog
size zero skinny:
love the plain simpleness of the template but not the inflexibility:
http://chocolategirl64.blogspot.com
☯
now i just created a new blog, and all of the templates are different. i chose the "simple" template, and when i look for the #header-wrapper, #outer-wrapper, #main-wrapper, ect. i do not see it anywhere.
i tried explaining the widget templates, and still nothing. these just simply do not exist anymore. i think you may have to create a new tutorial for this "new blogger".
i have subscribed these comments, so please write back when you get a chance. thanks
i need some help .
i have three column on my template blog .
but i want to remove my sidebar on left .
then , i want to make my sidebar on right more bigger than before . i mean , i need a code to remove my sidebar on left . but i didnt found that code on this site .
Hope you can help, thanks.
Please Help!!
amyheartz.blogspot.com
Any ides??
I'm setting up a blog and I guess I've the same problem as thetruthisphotography...can't find anything like header-wrapper etc. in my template...
thanks for any help/advice you can give me!
Jamie
I like the width of my blog, but I can't figure out how to shrink the left margin. I would like to just scoot the posts over so my ride sidebar won't overlap my pictures when I enlarge them. Please Help!
thisishappilyeverafter.blogspot.com
Thanks!
I was wondering if you would be able to help me customize my template. I really like the Awesome inc template, except for the fact that it wont stretch wider out and to the left like Minima does. I want to have the Awesome inc template look like minima where the sidebar is all the way on the right and the posts are all the way on the left, stretched out. I just want to keep the tabs the same as they are in Awesome inc, but I dont know whether to just keep awesome inc and stretch the tabs or to try minima and then just customize the tabs to look like they do on Awesome inc. I want the background to be simple and white like it is in minima as well. Let me know what you think.
My website right now is www.TheFashionDealer.com
I tried cutting and pasting my html but it was well over the character limit.
PLEASE HELP!
here is my blog if you wanna take a look.
http://bakedonline.blogspot.com/
I'm happy with the appearance of my stretch template, save for one thing: the margins.
Are those values fixed, or can they be changed too? I'm willing to reduce the size of my Post Section to increase the outer margins. If this means also reducing the inner margin (between Post Section and Sidebar), great, it feels like it's a bit too wide now anyway.
Now the post section looks so close to the edge of the screen! Maybe I can play with the math and have a 400px post section, a 220px sidebar and fatter, more balanced margins all the way around?
Am I making any sense?
How about adjusting bloggers "page". Im using minima stretch and my pages are off to the left.
help me..!!
this is my blog http://r2collectionsite.blogspot.com
This is a great idea.
Most blogs are primarily textual, although some focus on art, photographs, videos, music, and audio. Micro blogging is another type of blogging, featuring very short posts.
Thank you!
/* ----- GLOBAL ----- Blogger template design by Ourblogtemplates.com */
* {margin:0; padding:0;}
body {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: center;
color: $textColor;
background: $bodybgColor;
font-family: arial,verdana,helvetica,tahoma,Sans-serif;
font-size: 100%;
width: 100%;
}
#outer-wrapper {
margin: 0 auto; /* to make the template lay in the screen center */
padding: 0px 0px 0px 0px;
margin-top: 15px;
margin-bottom: 30px;
position: relative;
width: 100%;
text-align: center;
}
#blog-wrapper {
margin: 0 auto; /* to make the template lay in the screen center */
padding: 6px 8px 6px 6px;
margin-top: 15px;
margin-bottom: 10px;
text-align: center;
position: relative;
width: 940px;
background: $blogframeColor;
border: 1px solid $blogBorderColor;
www.hotdl.co.cc
cool.
http://howbloggerto.blogspot.com/2011/06/how-to-stretch-your-content-window-in.html
http://masroland.blogspot.com
I need some help with my blog I have been fiddling with it should have left well alone. LOL! But I wanted to add larger photos so I've adjusted the main body but now it looks odd, so I really need to centralise the post titles & text IYSWIM. Thanks in advance.
My blog is
http://ephemerasattic.blogspot.com
i have a custom blog header that i would like to increase in width. my html looks like this:
#header-wrapper {
margin:0 2% 10px;
border:1px solid $bordercolor;
}
#header {
margin: 5px;
border: 1px solid $bordercolor;
text-align: center;
color:$pagetitlecolor;
}
#header-inner {
background-position: center;
margin-$startSide: auto;
margin-$endSide: auto;
}
#header h1 {
margin:5px 5px 0;
padding:15px 20px .25em;
line-height:1.2em;
text-transform:uppercase;
letter-spacing:.2em;
font: $pagetitlefont;
}
#header a {
color:$pagetitlecolor;
text-decoration:none;
}
#header a:hover {
color:$pagetitlecolor;
}
#header .description {
margin:0 5px 5px;
padding:0 20px 15px;
text-transform:uppercase;
letter-spacing:.2em;
line-height: 1.4em;
font: $descriptionfont;
color: $descriptioncolor;
}
#header img {
margin-$startSide: auto;
margin-$endSide: auto;
}
so i don't know where/how to change the width settings. is this because it's custom? any help would be great! thanks so much!
http://www.premiumbloggertemplates.com/2011/09/essenty-blogger-template.html
i want to increase the template width.Whwn i increase the menu section remains as it is.Can u please tell me how to resize the template...
This is my site: http://handmadebyjt.blogspot.com/
Thanks in advance!
Caroline @ dietsandcalories.com
If Anybody is facing difficulties or confusion in altering width of your blog,This may help you
http://www.blognpctricks.in/2011/12/change-width-of-headerfooterany-section.html
Thanks,
Nat
chk out my http://uniquestuff4free.blogspot.com/
http://yourskinnyfiberpill.com/skinny-fiber-pills/
3) How can I add a whole page of just a guest book and then link it to my nav bar as "guestbook"
I am so so so confused and have spent hours researching and getting more confused. If anyone...anyone please please look at my blog and then email me and please help. Thank you so much. my email is gingerriss@yahoo.com and my site is iwaslovedbylucy.blogspot.com
A MILLION THANKS
#main-wrapper {
width: 100%; position: relative;
/**/ * html #main-wrapper { width: 99%;} /**/
}
.title{
text-align: left;
float:left;
color: #02a4eb;
background:transparent;
}
Say it...