Best 2 Know

The Ultimate Blogging Resource

  • Advertising
  • WebHosting
  • Contact Us
  • Blogger
    • Blogger Templates
    • Blogger Tutorials
  • Browser
    • Firefox
    • Google Chrome
  • Google
  • Internet
    • Facebook
    • Twitter
  • Thesis
  • Windows
  • WordPress
    • WordPress Themes
    • WordPress Plugins
  • More
    • Linux
    • Review
    • Solutions
    • Announcements

Create Four Column Footer Section Instead Of Three Column In Blogger Blog

As You All Know That blogger is allow only Three Column  Footer Section so i am coming with another hack  To Creat four column footer section so you can add many widgets

Steps You Need to Add 4 Column Section at the Bottom of the Blogger

Step 1. Login to your Blogger Dashboard

Step 2. Go to Layout >> Edit HTML , do not check the “expand widget templates” box. This will simplifies the process

Step 3. Back up your existing blogger template (Click on ‘Download Full Template’ to Back up)

Step 4. Now search these line of codes or similar ( footer-wrap, footer, footer-end etc… )

<div id=’footer-wrapper’>
<b:section class=’footer’ id=’footer’/>
</div>

<div id=’footer-wrapper’> <b:section class=’footer’ id=’footer’/> </div>

Step 5. Replace section code in red with below code

<div id='footer-column-container'>
<div id='footer1' style='width: 225px; float: left; margin:0; '>
<b:section class='footer-column' id='footer-column-1' preferred='yes' style='float:left;'>
<b:widget id='Text1' locked='false' title='About B-G' type='Text'/>
 
</b:section>
</div>
 
<div id='footer2' style='width: 225px; float: left; margin:0; '>
<b:section class='footer-column' id='footer-column-2' preferred='yes' style='float:left;'>
<b:widget id='Text4' locked='false' title='About Author' type='Text'/>
</b:section>
</div>
 
<div id='footer3' style='width: 225px; float: right; margin:0; '>
<b:section class='footer-column' id='footer-column-3' preferred='yes' style='float:right;'>
<b:widget id='Text3' locked='false' title='Subscribe in Reader' type='Text'/>
</b:section>
</div>
 
<div id='footer4' style='width: 225px; float: right; margin:0; '>
<b:section class='footer-column' id='footer-column-4' preferred='yes' style='float:right;'>
<b:widget id='Text2' locked='false' title='Access B-G on Go' type='Text'/>
</b:section>
</div>
 
<div style='clear:both;'/>
</div>

<div id='footer-column-container'> <div id='footer1' style='width: 225px; float: left; margin:0; '> <b:section class='footer-column' id='footer-column-1' preferred='yes' style='float:left;'> <b:widget id='Text1' locked='false' title='About B-G' type='Text'/></b:section> </div><div id='footer2' style='width: 225px; float: left; margin:0; '> <b:section class='footer-column' id='footer-column-2' preferred='yes' style='float:left;'> <b:widget id='Text4' locked='false' title='About Author' type='Text'/> </b:section> </div><div id='footer3' style='width: 225px; float: right; margin:0; '> <b:section class='footer-column' id='footer-column-3' preferred='yes' style='float:right;'> <b:widget id='Text3' locked='false' title='Subscribe in Reader' type='Text'/> </b:section> </div><div id='footer4' style='width: 225px; float: right; margin:0; '> <b:section class='footer-column' id='footer-column-4' preferred='yes' style='float:right;'> <b:widget id='Text2' locked='false' title='Access B-G on Go' type='Text'/> </b:section> </div><div style='clear:both;'/> </div>

Step 6. Now you need to add CSS for these section, add below CSS code right above ]]></b:skin>

#footer-column-container { border: .3px dotted #cccccc;}
 
.footer-column { margin: 0 10px 0 10px; padding:5px;
color: #666666; line-height: 1.5em; font-size:12px;}
 
.footer-column h2 {
padding-bottom:.15em; text-align:center;
font:"normal normal 80% 'Comic Sans MS','Lucida Sans Unicode','Trebuchet MS',Sans-serif";
color:#333333;
line-height:1em; letter-spacing:.1em;
border-bottom: 1px solid #cccccc;}
 
.footer-column ul { list-style:none; margin:0 0 0; padding:0 0 0;}
 
.footer-column ul li {
background: url(http://i421.photobucket.com/albums/pp296/rnbutpur/bullet-1.gif) no-repeat;
margin:0 0 0; padding-left: 16px;
padding-bottom: 0.5em; line-height:1.2em;}
 
.footer-column .widget {margin:0 0 .5em; padding:0 0 1em;}

#footer-column-container { border: .3px dotted #cccccc;}.footer-column { margin: 0 10px 0 10px; padding:5px; color: #666666; line-height: 1.5em; font-size:12px;}.footer-column h2 { padding-bottom:.15em; text-align:center; font:"normal normal 80% 'Comic Sans MS','Lucida Sans Unicode','Trebuchet MS',Sans-serif"; color:#333333; line-height:1em; letter-spacing:.1em; border-bottom: 1px solid #cccccc;}.footer-column ul { list-style:none; margin:0 0 0; padding:0 0 0;}.footer-column ul li { background: url(http://i421.photobucket.com/albums/pp296/rnbutpur/bullet-1.gif) no-repeat; margin:0 0 0; padding-left: 16px; padding-bottom: 0.5em; line-height:1.2em;}.footer-column .widget {margin:0 0 .5em; padding:0 0 1em;}

Step 7. Preview and Save your template. Now you will have four column at footer section

KEEP VISITING

Subscribe via Email

Share this:

  • Click to share on X (Opens in new window) X
  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on Pocket (Opens in new window) Pocket
  • Click to print (Opens in new window) Print
  • Click to share on WhatsApp (Opens in new window) WhatsApp
  • Click to email a link to a friend (Opens in new window) Email

Related

May 2, 2010 Ritesh Sanap Uncategorized Blog Design Series, Customization

Comments

  1. dudiari says

    May 28, 2010 at 9:40 am

    thanks alot that info

    Reply
  2. Ritesh Sanap says

    May 28, 2010 at 12:11 pm

    you are most welcomed

    Reply
  3. smile says

    February 17, 2011 at 9:52 pm

    Thank a lot brother…You are Genius!!

    Reply
    • Ritesh Sanap says

      February 18, 2011 at 1:34 pm

      Thank you buddy , I m extremely Happy that you found it useful , I m not genius but their a some sort of smartness :P

      Reply
  4. Tay823 says

    June 19, 2011 at 11:57 pm

    Thanks a lot this is exactly what I was looking for. One question, how do I change the background color of the footer??

    Thanks again!

    Reply
    • Ritesh Sanap says

      June 20, 2011 at 11:15 am

      Just edit the CSS of #footer-column-container to get the desired results

      Reply
      • Tay823 says

        June 20, 2011 at 9:52 pm

        aright thank you for your help :D

        Reply
        • Ritesh Sanap says

          June 20, 2011 at 9:53 pm

          No Problem if you need anything else just contact me

          Reply

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Post navigation

Previous Previous post: [How to] show The Number of Feedburner Subscriber in Text
Next Next post: Hide or Show Label Count In Blogger

Currently Trending

  • How to download Specific parts of YouTube videos
    How to download Specific parts of YouTube videos
  • Windows Vista CD key
    Windows Vista CD key
  • How to retrieve my Demonoid username
    How to retrieve my Demonoid username
  • How to add Logo to Thesis theme
    How to add Logo to Thesis theme
  • How to Delete Feedbacks from JetPack Contact Form
    How to Delete Feedbacks from JetPack Contact Form
  • List Of All 255 Keyboard All Alt Key Codes
    List Of All 255 Keyboard All Alt Key Codes
  • h4x0r ( Hacker ) - Blogger Template
    h4x0r ( Hacker ) - Blogger Template

Get Latest post in your Inbox

Random Posts

Change WordPress From Email Address

March 4, 2011 By Ritesh Sanap Leave a Comment

Tips and Tricks Hunt for the Author

June 22, 2009 By Ritesh Sanap Leave a Comment

Remote Shut Down Computers on LAN

March 1, 2009 By Ritesh Sanap 1 Comment

How to Convert your Youtube videos in 3d

July 31, 2010 By Ritesh Sanap 4 Comments

Set More Than One Firefox Homepage

March 28, 2009 By Ritesh Sanap Leave a Comment

WordPress

HTTP2 Server Push for W3 Total Cache Minify plugin

August 17, 2016 By Ritesh Sanap 5 Comments

How to Disable Emojis in WordPress

January 6, 2016 By Ritesh Sanap Leave a Comment

JetPack Related posts and Sharing not working with NGINX

November 10, 2015 By Ritesh Sanap Leave a Comment

Simply Pure – WordPress Theme

November 2, 2014 By Ritesh Sanap 2 Comments

Advanced What should we Write about next? – WordPress Plugin

July 28, 2014 By Ritesh Sanap Leave a Comment

How to Disable Self Pingback or TrackBack

January 16, 2014 By Ritesh Sanap Leave a Comment

BlueStrap – WordPress Theme

January 1, 2014 By Ritesh Sanap 15 Comments

How to Create Multiple Excerpts in WordPress

December 24, 2013 By Ritesh Sanap Leave a Comment

How to Disable Auto Update in WordPress

November 21, 2013 By Ritesh Sanap Leave a Comment

How to Delete Feedbacks from JetPack Contact Form

November 19, 2013 By Ritesh Sanap 9 Comments

Recent Posts

  • HTTP2 Server Push for W3 Total Cache Minify plugin
  • How to show hidden files and folders in Mac OS X
  • How to Disable Emojis in WordPress
  • Canva – Online Photo Editor
  • JetPack Related posts and Sharing not working with NGINX

Archives

Recommends

  • DigitalOcean – Cloud Hosting
  • Dropbox – Cloud Storage
  • Elegant Themes – WordPress Themes
  • LastPass – Password Manager
  • Like us on Facebook
  • Follow on Twitter
  • +1 on Google
  • Subscribe via Email
  • RSS Feed

© 2025 Best 2 Know · All Rights Reserved · We ♥ DigitalOcean