How To Add a Three Column Blog Footer
Finding it hard to add widgets to your blog without overstuffing the sidebar? Ahh well, maybe it’s time to add a footer to your blog. This tutorial will show you how to do just that -install a three-column footer.
- Login to your Blogger account (if you haven't done so already).
- Go to Template > Edit HTML.
- Back up your template.
- Look for the existing footer code near the end of your HTML. It might look something like this:
<div id='footer-wrapper'> <b:section class='footer' id='footer'/> </div>
if you already have contents in the footer, the code should be longer. - Copy and paste the code below immediately under the footer
</div>
. This code will create 3 new gadget containers (one for each column) under the existing footer container.<!-- three column footer HTML Start by BloggerSentral.com --> <div id='new-footer-wrapper'> <div id='column1-wrapper'> <b:section class='new-footer' id='new-footer1' preferred='yes'/> </div> <div id='column2-wrapper'> <b:section class='new-footer' id='new-footer2' preferred='yes'/> </div> <div id='column3-wrapper'> <b:section class='new-footer' id='new-footer3' preferred='yes'/> </div> <div style='clear: both;'/> </div> <!-- three column footer HTML End -->
- Copy the code below and paste it in CSS section, before
]]></b:skin>
./* three column footer CSS Start by BloggerSentral.com */ #new-footer-wrapper {background: #E1E2B8; margin: 0 auto;width:98%; padding: 0 10px 10px 0;} #column1-wrapper, #column2-wrapper, #column3-wrapper { float: left; display:inline-block; width: 33%;padding: 0px 0px 0px 0px; text-align: left; word-wrap: break-word; overflow: hidden;} .new-footer h2 { margin: 0px 0px 0px 0px; padding: 4px 10px 4px 10px; text-align: left; color: #222222; background: #C1C298; font-weight: bold;font-size: 0.9em;} .new-footer .widget { margin: 10px 0 0 10px; border: 1px solid #F1F5CA; background: #F7FCDF;} .new-footer .widget-content { padding: 0px 5px 5px 5px; } .new-footer ul { list-style-type:square; margin-left:15px; } /* three column footer CSS End by BloggerSentral.com */
- Save the template and go to Layout. You should have the 3 empty footer containers added at the bottom of the layout.
- You can now drag and drop the gadgets from the existing footer or sidebars into the new footer containers. The end result should look something like this.
- If the columns are not distributed evenly, try adjusting the width in line 3 and right margin in line 5 of CSS code (in step 6).
- Once satisfied with the result, if you want you can go back to the old footer code in step 4 and delete it (from
<div
until</div>
).
Enjoy!
47 comments to "How To Add a Three Column Blog Footer"
I had not try it ever its new for me. I wanna have a look at it.
this is great! ive always wondered how they do footers that looked like this. this is a big help!
herroyalbleakness,
I'm most glad Your Royal Bleakness like it :)
nice..
so this can be applied in any template right?
if i have some time, i would like to give it a try
one question
does it slow down the page load time?
mytheory,
It should work on any Layout templates, just make sure the code is placed immediately before or after the existing footer division.
No it won't slow down the loading time, but then again, it depends on the gadgets you put into it.
Great then!
maybe i'll try this one out next saturday or sunday.
Thanks for the tips :)
got an error message when i tried adding the code :(
Miss Kayla,
Care to elaborate?
i already installed by my problem is , my sidebar picture and background color was gone, what shall i do with it, thanks.
melandria,
I took a look at your blog and couldn't find the problem. Could you be more specific?
Honestly I'd start from scratch with a clean start in the code. Start simple and slowly build it up. Take the time to learn it yourself completely - it's worth it in the long run.
Argentum Vulgaris,
Your blog template has a footer section. Find div id='footer' line and place the HTML code in step 5 on top of it. For one column footer just take line 1~5 and 14~16.
For CSS (step 6), in line 2 and 3 set the width to 100%.
I am getting an error "body" element is not closed, but it is. It is in the same place, I haven't touched it.
I followed your instructions exactly.
AV
I just tried without modifying the html and get the same msg.
AV
Argentum Vulgaris,
That's weird. Just to make sure, I've downloaded Jeans template, applied it to my test blog and inserted the code. Went smoothly, no problem.
If you want, I can email it to you.
Okay, now it's working, I'll try to convert to one column and keep in touch.
AV
Great, got it going perfectly, now to change it to the style of the jeans.
Thanks, any tips there would be a help. :-)
AV
Greenlava, thanks for all your help. Got it pretty much the way I want it. Now to tackle the next blog.
AV
Argentum Vulgaris,
Glad it worked out.
how to make three column of body?
Anonymous,
Read Adding a column (sidebar) to Blogger template
I was trying to use this on the BizFresh Template, but it didn't look right! But it worked for my other blog. Thanks!
Is there a widget that can display my latest 5 Blogger posts that can be used on a different website?
Brian,
You're welcome.
commercial cleaning,
Burn your blog feed with FeedBurner, then use Buzzboost.
How to change font color on this 3 column footer?
ASIGNATURA,
Just add color: COLORCODE; before the closing brace in line 2. Replace COLORCODE with the colorcode of your choice.
Hi I thankyou for the help regarding the navidation menu bar .Now i was trying to install three column footer however i get an error msg as xml error msg and it was unable to save the temp.
@Asifraza
Could you paste the msg here.
wow thanks alot Greenlava, it's always been frustrating for me in figuring out how to add sections on blogger...
I tried this code but it appeared as 3 rows not columns. I can't seem to figure out what is the problem.
Me, too! I have three 'add gadget' rows not columns :(
Greenlava, could you please advise?
Many thanks.
@BioGal
Looks good from here.
Yes, I was being an idiot - it is just fine. Thanks very much!
Hi there, I do not know what happened but I ended up with three horizontal foot containers, one on top of the other.
When I added the gadgets, the width was correct but they were piled one on top of the other.
So sorry for being clueless. Would advise your help.
I am using stitchpress.
Thanks and have a great weekend!
Cheers
@masterwordsmith
Looks fine from here.
hey,,,i have a 2 column blogger...without a footer...and i would like to add only one column in the footer...i want to do this so i cand add a text widget for links...do you think u can help me out?
the blog is http://www.watchtheboondocksonline.org/
@Boby Bratu
In the code in step 5, remove line 6 until 13.
In step 6 line 3, change the width from 33% to 98%.
Good luck
10x ... it worked...i had to make some more modifications but it worked...10x alot
thanks man it worked on my blog :)
Thanks a lot for this lesson , I applied it in my blog and it worked great .
Hello, I did it all and now the footer is detached from the body of my blog. Now I am in a fix, lol!! I have done SO much with all of your other stuff and I am really enjoying the stuff you have here. The site is brilliant!
#____Thank You So Much It Work 100" Thanks Again
Hi, I am getting the same problem as some people above, where the gadgets are still in rows one on top of the other instead of 3 columns. blog is: http://www.mybalancedplate.com/
@Esther
Right now you're putting all three widgets in column no.1. You should've put one widget per column i.e one widget per Add-A-Gadget.
thank you very much!
Woooohoooo it worked! Thank you so much!
Post a Comment
We love to hear from you! Leave us a comment.
To ensure proper display, HTML/XML/Javascript need to be escaped first using this escape tool.