37 How to add three columns to your footer section
Thursday, October 18, 2007 /

As you can see at the bottom of this blog, I have three columns in the footer section, followed by a wide section which I use to feature the main blog links. This style is fast becoming common in Web 2.0 style websites and blogs, and is quite easy to duplicate in Blogger templates. In this tutorial, I will explain how you can add these extra columns to your own Blogger blogs.






Adding extra columns to your footer section will provide more valuable space for blog widgets, and also contribute a modern "Web 2.0" appeal for your blog design.

There are only four main steps to this tutorial, and I'm sure you'll agree that the overall process is quite simple. I have taken into account that different blogs have different widths and styles, and so have designed a fluid solution which should work in any Blogger layouts template.

Creating the new columns

Here are the four steps needed to transform the footer section of your blog template:

  1. Back up your existing blog template!

    Before making any modifications to your blog template, it is essential that you make a back up of your existing template. Then if you make any mistakes, or decide you don't like the new look, you can easily revert back to this design.

    To back up your existing template, go to Template>Edit HTML in your Blogger dashboard, and click on the "Download Full Template" link near the top of the page. You can then save your existing XML template file to your computer.

  2. Move all existing widgets from the existing footer section

    In the Layouts section of your Blogger dashboard, move all widgets which are present in your footer section into your sidebar (or other section) instead. This is only temporary, as you can move them back later once we have finished adding your new footer section. Most importantly, this ensures that you don't lose these widgets during the modification, and makes it much easier to complete.

  3. Add extra code to your footer section.

    Go to Template>Edit HTML in your Blogger dashboard, and do not check the "expand widget templates" box (this simplifies the process).

    Now you need to find this section in your template:
    <div id='footer-wrapper'>

    <b:section class='footer' id='footer'/>

    </div>

    Please note that this particular section may be called something slightly different in your template, eg: "footer-wrap" or "footer". In the case of Rounders templates, you may notice that there are in fact two DIV sections around the footer section. In any case, all we need to change is the line highlighted in red.

    Replace the entire line highlighted in red with the code below:

    It is a good idea to save your template at this stage, before we add just one small section of code to style the new footer section and ensure that the widgets don't get pushed beneath each other when you add them later.

  4. Adding style for the new footer section

    Once again, open the Edit HTML section in your Blogger dashboard. This time, you need to find the closing "</b:skin>" tag, which is where the style section of your template ends.

    Immediately before this line, add the following lines of code:
    #footer-column-container {

    clear:both;

    }



    .footer-column {

    padding: 10px;

    }

    And save your template again. The style in these lines of code ensure that the footer column don't get too bunched up, or slide beneath each other in the layout of your template.

Now you have finished adding these new sections to your footer, go to the Layout section of your Blogger dashboard (Template>Layout), and you will see the three new column, plus a lower section which spans the width of all three column, to which you can now add new widgets!

I added a horizontal line to the footer section to ensure that there is a clear distinction between content in the footer columns and content in the wider section beneath. If you would like to change the color of this line, you can do so by replacing the hex color values in the line below (highlighted in red) with a different color:

<hr align='center' color='#5d5d54' width='90%'/>

If you are unsure of the hex value for the color you prefer, you can refer to the Color Calculator in the tools section of this site.

If you would prefer to remove the line altogether, simply delete the whole line.

I hope this tutorial enables you to customize your footer section with ease, so you can add more widgets and content to this area of your blog template.

If you enjoyed this tutorial, please consider subscribing for future updates.

Technorati Tags: | | | | |


37 comments:

February 3, 2009 at 10:20 PM
Radith Prawira said...

@Titisan Dewa

simply change the widget's id with different numbers. ex : there are widget1 and widget1, change one of them, so there are widget100 and widget1

cmiiw

--

@Amanda

i've succeed aplied this hack but then i got some problems, the space between the 3 footer column with the lower footer section is just too big. can you/someone help me how to fix it?

this my dummny blog's url : http://jempolkebo.blogspot.com/

February 4, 2009 at 12:25 AM Chris said...

Great work as usual Amanda!!

February 17, 2009 at 8:51 PM Rizzy said...

Hi...Thank you so much for sharing this very nice idea...i tried adding it on my layout and i was really satisfied with the result...happy day! and more blessing to you....you ish a gift to everyone...-smiles-

March 14, 2009 at 3:23 AM Swanie said...

Amanda!!

You don't know how much you just helped me. It works like magic in my test blog. I'll soon implement it in my blog soon. Thanks.

March 27, 2009 at 2:20 AM T1Q-NO said...

Thank you amanda...i have try it, but a little change from above code.

April 5, 2009 at 9:48 PM SambiT Rul3z said...

thanks a lot

u rock amanda

April 9, 2009 at 12:08 PM Ivana said...

Really very very nice site
also visit www.crackznhackz.blogspot.com

April 15, 2009 at 2:22 PM Homedad said...

Hi Amanda,

I would like to try this one but I cannot see the image in item no. 3 showing the codes.

Hope you can fix this. Thanks for this wonderful tutorial.

April 17, 2009 at 12:15 AM Nazra~ said...

Finally, i managed to success doing this tutorial ^_^

April 25, 2009 at 8:45 AM Rohit Kishore said...

how can i change its background colour of our footer . Like you have put your bg colour as brown.
any idea . my blog url is idea-for-u.blogspot.com

May 2, 2009 at 7:20 AM Fabrizio said...

ohhh Amanda, the 3th step is out (Service Temporarily Unavailable)

May 14, 2009 at 7:10 AM Admin said...

WOW, Amanda You are Amazing, Really you are great.

BUT, Unfortunately, I was not able to add it.

I tried a lot to do it. and every time it tells me:
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The element type "div" must be terminated by the matching end-tag "

And;

I don't have any widgets in the footer section.
I Selected All the code by using "Ctrl + A"
And Copied It By "Ctrl + C"
Also Past It By "Ctrl + V"

Hope You Help me Amanda
And Thanks So So So Much.

May 16, 2009 at 7:51 PM monn said...

GREAT POST AMANDA WAS REALLY USE FOR ME
BUT HOW CAN I ADD SOME COLOR TO THIS?

May 16, 2009 at 9:13 PM Beth said...

thanks. i did it at last. informative unlike other post. thanks. http://classicalentertainment.blogspot.com see the result.

May 17, 2009 at 7:58 AM OnlyLove said...

And... how can we do this to the header? Ex, like this template of FalconHive:
http://falconhive.com/2009/04/blogger-template-business-talk/

May 17, 2009 at 4:30 PM ayreesa said...

The labels after each post disappeared even if I clicked it on the blog posts. The labels are still in my sidebar though. I think it has something to do with the 3-column footer. Please help! Thanks.

May 19, 2009 at 6:53 AM OnlyLove said...

Is it possible to do this for the header?

May 27, 2009 at 2:41 PM ReiixD said...

the 3th step is out (Service Temporarily Unavailable)!!T_____T
D:

May 28, 2009 at 10:40 AM Bombchell said...

omg it worked perfectly!!!!!!! now Im off to figure out how to add an image background to my footer.

June 27, 2009 at 2:54 AM David Harper said...

Hi Amanda,
Me again! Have just read through these comments and was wondering if the 3 column code can be used to make 2 columns for widgets by changing the percentage to 50% and 50%, forcing the last column to drop below? If not, is there another way to get a 2 column footer?

June 27, 2009 at 12:20 PM David Harper said...

Hi again Amanda, I had a go at splitting the percentage between footer 2 and footer 3, and it works a treat, footer 4 has been pushed to the bottom, and photos/widgets are centered in f4, which is an added bonus!
Just want to say a big thank you for all the cool tips your site has provided me in the last month or so, this is my first attempt at building a blog and editing HTML, and although it still needs some work (too many ads), I'm more than happy with the results, would love your opinion if you have time?
Thanks again,
David http://toptravelgear.blogspot.com/

June 30, 2009 at 2:03 PM ANYTHING said...

U r just awsome......................U R BLOGGER GODDESSSSSSSSSSSSSSSS>>>>>>>>>>>

July 17, 2009 at 1:53 PM Sarah said...

you fu@*ing ROCK! Thanks for all these awesome posts!

July 21, 2009 at 3:39 PM vlee said...

thanks...it's fantastic :D

July 23, 2009 at 12:24 PM !i! KSAK !i! said...

how to add color in the 3 colounm footer

July 25, 2009 at 11:29 AM Eddy said...

Thanks for the tutorial :)
I've a widgeted footer too..

August 11, 2009 at 12:47 AM luthien said...

you are the greek Goddess of awesome! thank you very much!! love all your latest templates as well :))

August 13, 2009 at 2:06 PM Uke Anggoro said...

Thanks for the tutorial, thats so nice, now my footer is 3 coloumns

August 16, 2009 at 9:12 AM Admin said...

Thanks.I am going to implement this soon.If I want to add two columns instead of three,what should be changed or modified ?
cnetworld.blogspot.com

August 23, 2009 at 1:20 AM
Anonymous said...

Hi Amanda!

Thanks for your post. It has helped me quite a lot.

I am trying to setup a about six columns of ten hyperlinks per column going across the bottom of the page. I tried doing that with your code by inserting more div columns, but they were getting squished. So eventually, I settled on 2 columns with the correct spacing and padding. Is there a any way of copying the two columns twice to get the six?

Thanks in advance.

August 31, 2009 at 3:10 PM LavaBlogger said...

nice work but i want to add a background please help me

September 11, 2009 at 3:12 AM
pawan fan said...

thanks
how to divide html widget like footer

September 12, 2009 at 7:57 AM catalin said...

Thank you very much ...nice post ...

September 14, 2009 at 9:07 AM Darshit said...

doesn't work with me :( check out http://dunkdaft.blogspot.com whts wrong with the template?

p.s. please change comment layout to popup version.

September 15, 2009 at 11:25 AM pbl said...

Finally i've found what i've been looking for in a long time.
Infortunately, the code page is offline.
Is it really temporary?
I would like very much to try it as soon as i can.
Thanks

(great, great blog, Congrats!)

Post a Comment