Remember, always backup your template!
Step 1: Go to "Layout" > "Pick New Template" > "Minima White." I use this template for all my layouts and it is the easiest to edit. When that has saved, click > "Edit HTML."
Step 2: You need to make your layout wide enough to accommodate three columns rather than the two you have now.
Scroll to this section of code:
/* Header
------------------------------- */
#header-wrapper {
width:660px;
margin:0 auto 10px;
border:1px solid $bordercolor;
}
Change the highlighted number to 1000px. This will make your header wider. You can edit this later to any pixel amount you wish. The larger the number, the wider it will be. Same goes for the Outer Wrapper.
Scroll to this section of code:
/* Outer-Wrapper
------------------------------- */
#outer-wrapper {
width: 660px;
margin:0 auto;
padding:10px;
text-align:$startSide;
font: $bodyfont;
}
Change the highlighted number to 1000px.
Step 4: Now we add the extra sidebar.
Scroll to this section of code:
#sidebar-wrapper {
width: 220px;
float: $endSide;
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 */
}
Highlight the code in yellow below, and paste it directly under the code you just found (above):
#left-sidebar-wrapper {
width: 220px;
float: $startSide;
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 */
}
This will give you two columns on either side of your post area.
To put your post area on the left, and sidebars on the right: Change $endSide to $startSide.
Step 5: If you were to save now, nothing would happen! It's like installing a light switch, but not turning it on. So we need to tell the template to turn the left sidebar "on."
Hit "CTRL" and "F" to bring up your "find" box.
Paste the code highlighted in green into the "find" box.
<div id='main-wrapper'>
Just above this line, you will want to add the code highlighted in yellow below.
<div id="left-sidebar-wrapper"><b:section class="sidebar" id="left-sidebar" preferred="yes"></b:section> </div>
Click "Save" and go to "Page Elements."
Step 6: Now we need to put widgets in and center the post area!
Click and drag your widgets over into the new sidebar.
It will probably look something like this:
Notice the posting area is narrow and off-center. To made the posting area wider:
Click "Edit HTML" and scroll to this section of code:
#main-wrapper {
width: 410px;
float: $startSide;
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 */
}
Change the highlighted number to 500px.
To move the post area moreto the right so it is centered on the page, add code highlighted in yellow below.
#main-wrapper {
width: 410px;
margin-left: 30px;
float: $startSide;
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 */
}
Click "Preview" to see the changes! Then save!





























48 really, really, ridiculously good looking comments:
I just did this exact same thing with my blog with the exact same code! I love having three columns! It reduces a lot of the clutter that was on my sidebar in the two-column format.
Thanks for the tip! I'll be linking my readers to this later in the week!
I love that you are going to be doing tips now! that rocks!
This is a great addition to your blog! Great tutorial!
I really appreciate your tips! Off to read more! *I like three columns too.
I love the tutorials....keep em coming....!!!!
Thanks so much for this.
I love the three column look. I tried this months ago and screwed up my blog. Your directions seem easier. I will try again:)
BTW, thanks for the tips.
I love the tips! I was wondering about how to do this, so I really appreciate the help! Thanks April!
UHHH......I think I'll just pay you to do it for me! Thanks anyway!
Thanks for the tips April ! I'm kinda afraid to do it myself because I have put so many hours into my blogs and I don't want to lose all the posts and work I've done !
In other words:
I'll pay real cash money to get it done so I don't face destroying my blogs with my own hands ! LOL
I've been trying to do this forever. I'm going to give this a go tomorrow! Thanks so much, you rock!
Cool! thanks for the tip. I'm going to have to give it a try.
Thank you for the great tip! I will try this when my brain is fully functioning.
You're very generous to share your knowledge!
Have a great day!
Cindy
You are great! Thanks for the demonstration!!
I know you design your own rawkin awards BUT I wanted to award this one to you!!
Here's where to pick it up!!
http://mylifewiththecrazies.blogspot.com/2009/04/kreativ-blog-award.html
Great tips! You're so awesome to share that!
oh, I know lots of people will love you for posting this!!
Ok...I REALLY, REALLY wanna try this...but, I'm afraid that it may erase my "Followers" and all of my friend's buttons (your included..hehe)....Will it erase these things???
Thanks so much for the tip!
-Summer
You are freaking awesome! Love your blog! So glad Alicia sent me over!
OK...I think I'm 100% confused now...lol!...I'll have to re-read it and try it...Thanks so much for taking the time to post all that...it must have taken some time!
I've been dying to know how to do this. Thank you!!!
If I don't win the blog makeover, I'm totally doing this today.
so i successfully added a third column to my blog, but it's lined up weird. how do i get it so that my center column with my blog posts is actually centered under my header? if you get a sec would you mind looking at my blog to see what i did to screw it up?
okay never mind, i figured out that instead of having a sidebar on either side i have two on the left side now. so i will just go change "left" to "right" and see if that works!
i'm leaving you a million comments. annoying, i know. i got the three columns where i want. but it seems like they are all squished together. is there a way to put a little space in between them?
Thank you soo much..I love your Blog and promise to spread the word..
You have just made my day! Adding that third column was a piece of cake!
Thankyou thankyou!
Thanks so much for this tutorial! I've been wanting a third column for the longest time and I know NOTHING about html editing, but this was so easy! I can't thank you enough!
*Rachael
it worked, it worked!! Thanks so much, I appreciate all your tips.
Thank you! Worked on my first try! :)
Great tutorial! I didn't want three columns, but you taught me how to make my page wider!! Thanks!
you totally rock it! THANK YOU!!!!!
Is this 3 column the way u have set up or is this 1 or right and 1 on left?
THANK YOU SO MUCH! Wow, I mean, I just busted that out, thanks to your great tutorial. ThANK YOU THANK YOU THANK YOU!
Awww, well, I got the 3 columns, but they didn't line up the way I wanted. I'll be checking to see what I did to screw this one up... usually your tutorials are EXACTLY right on. I'm trying to get one on each side, by the way. I think that will work for me better. But, thanks for your tutorials. After this I only have one more to go... then I'll be lost without you! Hehe.
Duh, I'm just stupid... it actually worked out just the way it's supposed too. Hehe. THANKS!
I'm so glad I found you while blog hopping. I already have 3 columns but I was wondering how I could move my post to far left. Right now they are in the middle column but I'm thinking it would be easier to read if they were on the left, just how you have them here. How do you do that exactly? Thanks in advance for the help. I'm going back to explore some more on your blog. :o)
Thanks so much! I've been wanting to put both sidebars on the same side and this did the trick! :)
Thank You so much!!!! I have beent rying to figure this out forever!
Your tutorial was very helpful, much thanks! My third column is there now to transfer over my widgets. (they don't seem to want to drag over for some reason but no matter, easily enough fixed). Thanks again!
Thank you for thinking of us yoyo brains, and posting this!! I am going to be working on this tonight. I love my blog, but this whole computer thing is definitely where I fall short. I have a feeling I am going to be stalking your site for awhile. Thank you again
That's a great, simple, and easy tutorial -- thanks! Could you also post a tutorial on getting a three column to look like this blog: (sidebars both on the right) http://twinkletoesgraphicdesigns.blogspot.com/ ?
Blessings!
Libby x
Thanks! I've been messing with my blog html and finally screwed it up but now it's all fixed thanks to your tutorial :)
You are awesome! Thank you for this!! Now if you'll just make some boy looking freebies for my little boys blog... :).
Love your site!
Thanks so much it worked perfectly, I've been trying to get 3 columns for a long time. I had checked 2 other tutorials in other sites but couldn't get it in 3 columns.
Check my blog at http://jylasthreeofusgiveaway.org/
Thanks again:)
Thank you so much! Worked the first time for me. Now I just need a new background!
Oh my god! Thank you so much! That was so easy! I've been searching for a 3 column template for ages but everything I found was way to hard for me to figure out(as I have absolutle zero idea about HTML). Thanks for mking me feel clever! Now I just have to work out how to adjust my header image to fit! xx
I just used your tutorial and now I have 3 columns...so easy to do...thank you so much for sharing....
Post a Comment