How to add columns to your blogger footer?
Are you wondering how those professional blogs and websites have those godly three columns at the bottom of their page? If you still have no idea how it looks like, take a quick peep below this page. That is how a custom three column footer looked like. Okay, I am going to tell you something about me. I love to take a template and make it my way. Therefore, I will scout the whole world wide web just to find customization. And yes, I take deep pride for this as I work hard for this :) Hope you enjoy this as well!

How to add a three column footer widget to your blogger template?


I know there could be quite a few guides out there but honestly, I have revamp this and make it as easy as possible for you. Just follow these and you will be absolutely fine...I promise.

1. Head to Layout.
2. Always, always remember to backup your template. Although this is an error free guide, you can easily revert back if you don't like the new layout later.
3. Recheck if the backup is done.
4. Now, head over to Edit HTML and press either F3 or ctrl-F to open the search column.
5. Type in ]]></b:skin> and search for it. If you are not able to find it, remember to tick Expand Widget Template.
6. Next, copy and paste the code below right before ]]></b:skin>


/* -----   LOWER SECTION   ----- */
#lower {
       margin:auto;
       padding: 0px 0px 10px 0px;
       width: 100%;
       background:#333434;
}
#lower-wrapper {
       margin:auto;
       padding: 20px 0px 20px 0px;
       width: 960px;
}
#lowerbar-wrapper {
     border:1px solid #DEDEDE;
       
background:#fff;
       float: left;
       margin: 0px 5px auto;
       padding-bottom: 20px; 
       width: 32%;        text-align: justify;
       font-size:100%;
       line-height: 1.6em;
       word-wrap: break-word;
       overflow: hidden;
}
       .lowerbar {margin: 0; padding: 0;}
       .lowerbar .widget {margin: 0; padding: 10px 20px 0px 20px;}
.lowerbar h2 {
      margin: 0px 0px 10px 0px;
       padding: 3px 0px 3px 0px;
       text-align: left;
       color:#0084ce;
        text-transform:uppercase;
      font: bold 14px Arial, Tahoma, Verdana;
       border-bottom:3px solid #0084ce;
}
.lowerbar ul {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      list-style-type: none;
}
.lowerbar li {
      margin: 0px 0px 2px 0px;
      padding: 0px 0px 1px 0px;
      border-bottom: 1px dotted #ccc;
}
That was pretty easy right? Hold on! You there one more step and you are basically done. 

7. Now select the search option again and find for </body>. Copy and paste the code below right before the </body>.
<div id='lower'> 
<div id='lower-wrapper'> 
<div id='lowerbar-wrapper'> 
<b:section class='lowerbar' id='lowerbar1' preferred='yes'> 
</b:section> 
</div> 
<div id='lowerbar-wrapper'> 
<b:section class='lowerbar' id='lowerbar2' preferred='yes'> 
</b:section> 
</div> 
<div id='lowerbar-wrapper'> 
<b:section class='lowerbar' id='lowerbar3' preferred='yes'> 
</b:section> 
</div> 
<div style='clear: both;'/> 
</div> </div>

8. Last but not least, press save and you are basically all done.
9. For editing your widgets, head over to Layout and see the new gadget space available at the footer.

About the writer: I am an avid blogger and close to a full time online writer. I been writing for many years and The Big Fat Reality is one of my upcoming blogs. I am also sharing all my tips and guides on blogging in this blog and if you love blogging, you should definitely on my latest writing, What It Feels Like Blogging From A Tablet or find your best guide on customizing a blog here: Ultimate Blog Design Tips.