Using this 3 column allows you to add more widget such as Recent Post,Bloglist and Recent Comment widget.
Note : If you cant find the code as in Step 3,just paste the code in Step 4 just above the
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 :
4.Then .change the code in red colour with the code as below ;
<div id=’footer-wrapper’>
<b:section class=’footer’ id=’footer’/>
</div>
5. Then save it.Done
<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>
Note : If you cant find the code as in Step 3,just paste the code in Step 4 just above the
</body>
Comments