Add 3 Column Footer Gadget to Blogger

Do you want to add 3 column gadget at the bottom your blog section ?
Using this 3 column allows you to add more widget such as Recent Post,Bloglist and Recent Comment widget.


Add 3 Column Footer Gadget to Blogger

How to Add 3 Column Footer Gadget to Blogger



1. Go to your Blogger Dashboard > Design > Edit HTML/Javascript tab.
    Before going to next step,backup the full templates .

2.Click on Expand Template Widgets check box.

3.Press CTRL+F and search for code as below :

<div id=’footer-wrapper’>
<b:section class=’footer’ id=’footer’/>
</div>
 4.Then .change the code in red colour with the code as below ;

<div id='footer-column-container'>
       <div id='footer2' style='width: 30%; float: left; margin:0; text-align: left;'>
  <b:section class='footer-column' id='col1' preferred='yes' style='float:left;'/>
       </div>
       <div id='footer3' style='width: 40%; float: left; margin:0; text-align: left;'>
  <b:section class='footer-column' id='col2' preferred='yes' style='float:left;'/>
       </div>
       <div id='footer4' style='width: 30%; float: right; margin:0; text-align: left;'>
  <b:section class='footer-column' id='col3' preferred='yes' style='float:right;'/>
       </div>
<div style='clear:both;'/>
<p>
<hr align='center' color='#cccccc' width='90%'/></p>
<div id='footer-bottom' style='text-align: center; padding: 10px; text-transform: lowercase;'>
<b:section class='footer' id='col-bottom' preferred='yes'/>
</div>
<div style='clear:both;'/>
</div>

5. Then save it.Done

Note : If you cant find the code as in Step 3,just paste the code in Step 4 just above the
</body>

Comments

Unknown said…
thank you so much for the tutorial.. this is the easiest tutorial among others! it works on my blog :)
Unknown said…
thnks its working dudte
Unknown said…
can u plz tell me how can i get adsense account for india i am a newbee
Mr.K said…
sorry,i cant help u..im also fail to apply for adsense..
Thank you. That's pretty cool.
Mr.K said…
you welcome Cristina