Build Online Store! | Penguin Panda Series - New! | 4 Rules To Make Money | SEO Settings | Facebook Popup 1, 2, 3 | Mashable 1 , 2


Friday, December 31, 2010

Multi Column Footer Widget For Blogger –The Hot!


Pin It

Multi-Column-Footer Widget For Blogger

We had previously shared a tutorial on Three Column Footer Widget which was well appreciated and today we have yet another more advanced version of the same widget. This new widget can become three column, four column or with as many columns as you wish. Further this new footer widget has some great CSS effects added to it which makes it even better. First see a demo to know what’s so different about it.

See the widget at the bottom of the following Demo blog,

Live Demo

 

How To Add the Multi Column Footer Widget To Blogger?

First we will add the CSS code to your blogger templates and then the HTML. So without wasting any time lets jump straight to the steps,

  1. Go To Blogger > Design > Edit HTML
  2. Backup Your Template
  3. Search for ]]></b:skin>
  4. Just above ]]></b:skin> paste the code below,

/*----- MBT MULTI COLUMN FOOTER WIDGET -----*/

#lower {
margin:auto;
padding: 0px 0px 10px 0px;
width: 100%;
background:#333333;
}
#lower-wrapper {
background:#333333;
margin:auto;
padding: 20px 0px 20px 0px;
width: 960px;
border:0;
}
#lowerbar-wrapper {
background:#333333;
float: left;
margin: 0px 5px auto;
padding-bottom: 20px;
width: 23%;
text-align: justify;
color:#ddd;
font: bold 12px Arial, Tahoma, Verdana;
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;
border:0;
color:#ddd;
text-transform:uppercase;
font: bold 14px Arial, Tahoma, Verdana;
}
.lowerbar ul {
color:#fff;
margin: 0 auto;
padding: 0;
list-style-type: none;
}
.lowerbar li {
display:block;
color:#fff;
line-height: 1.6em;
margin-left: 0 !important;
padding: 6px;
border-bottom: 1px solid #222;
border-top: 1px solid #444;
list-style-type: none;
}
.lowerbar li a {
text-decoration:none; color: #DBDBDB;
}
.lowerbar li a:hover {
text-decoration:underline;
}
.lowerbar li:hover {
display:block;
background: #222;
}

 

       5.    Now search for </body> and paste the following code just above </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 id='lowerbar-wrapper'>
<b:section class='lowerbar' id='lowerbar4' preferred='yes'>
</b:section>
</div>


<div style='clear: both;'/>
</div> </div>

      6.   Save your template and you are done!

Now go to Page Elements and add your widgets to the newly added Footer Widget that will look something like this,

image

You can observe that there a total of four columns by default and you can add as many widgets as you want to each column. If you wish to increase or decrease the number of vertical columns then follow the steps below.

How to Customize the Widget?

Well I will keep it simple. I think the colors and overall size and padding and margining are just perfect. The only thing that you will need to adjust according to your template is the width of the widget and the number of vertical columns.

1.  In order to reduce or increase the overall width of the widget simply change width: 960px;

2.  If you wish to decrease the number of widgets to three then simply delete this part of the code,

<div id='lowerbar-wrapper'>
<b:section class='lowerbar' id='lowerbar4' preferred='yes'>
</b:section>
</div>

3.  Or if you wish to add an extra column then add the code below just above <div style='clear: both;'/>

<div id='lowerbar-wrapper'>
<b:section class='lowerbar' id='lowerbar#' preferred='yes'>
</b:section>
</div>

Remember that lowerbar# refers to the column number. So if you want to add a fifth column then simply replace  lowerbar# with lowerbar5.

After you have added the fifth column then remember to change width: 23%; with width: 17%; 

You will repeat step 3 for as many columns as you wish to create. But three and four and five columns are a standard. Increasing them will make things look ugly.

 

That’s it! Enjoy :D

Wishing you all a Happy New Year 2011 full of love, joy and just Happiness. Peace and blessings :)


If you enjoyed this post and wish to be informed whenever a new post is published, then make sure you Subscribe to our regular Email Updates!

If you don't want to get yourself into Serious Technical Trouble while editing your Blog Template then just sit back and relax and let us do the Job for you at a fairly reasonable cost. Submit your order details by Clicking Here »


Thanks for making this possible! Kindly Bookmark and Share it.
Technorati Digg This Stumble Facebook Twitter

55 comments:

Comment Page :
Vishal Srivastava on 8:58 AM, December 31, 2010 said... #

Thanks Mustafa for this widget but in my opinion the previously shared footer widget was far better than this. But nice looking widget and not me though someone surely like this.

samsexy98 on 9:23 AM, December 31, 2010 said... #

Hi..

I already have a four column footer so I just tried it for fun and it works perfect and HOT as in the in the title... :)

Though I am not keeping it as I already have one pre-built, I still learnt one more thing on how to edit bottom footer widgets...

And Vishal, I think in the previous were not albe to add extra columns whereas in this one we can...
Correct me if I am wrong because I have not read that thoroughly...

Thank You
Samsexy98 :)

Mohammad Mustafa Ahmedzai on 3:18 PM, December 31, 2010 said... #

@Vishal
Your openion is respect pal and I liked this one because the CSS effect is appealing! :)

@Sam
You are right I had not shared on how to add extra columns to the previous tutorial. Since usually the footer is kept black so this one makes a good combination of colours.

dHb on 3:20 PM, December 31, 2010 said... #

hello,
i have a problem its coming in rows not in colums so plz help me..

Mohammad Mustafa Ahmedzai on 3:47 PM, December 31, 2010 said... #

@dhb
Would you mind telling what kind of a problem you are facing buddy? Please explain a bit so that I could better understand and help.

My World4Free on 5:57 PM, December 31, 2010 said... #

The Widget is not working properly

it appearing like this

1
2
3
4

it should be like this

1234

See The Screen Shot

http://i.imgur.com/kKEhE.png

TAP on 9:17 PM, December 31, 2010 said... #

Mustafa this is great as usual, maybe i will start another blog soon so i can give it a try with this 4 column footer, as up to now i am very satisfied with your MBT-Church theme which is one of my absolute favourite themes, you are really great, all the best for 2011 to you and your family

http://theasianpunter.blogspot.com

Lucky Flaush on 11:24 PM, December 31, 2010 said... #

Happy new year guys!

samsexy98 on 11:41 PM, December 31, 2010 said... #

Happy New Year 2011 to all of you... :)

Mohammad Mustafa Ahmedzai on 12:10 AM, January 01, 2011 said... #

@myWorld

Dear this is because the width is small in your case. please reduce 23% to 20% and see if it works. Else play with width='960px' and width='23%' values

@TAP
hey thanks pal. And glad you liked the template. Wishing you and your family a great new life Ahead filled with just great wonders! :D

@Lucky flaush and @sam
Happy New year to you too guys. Yet another year ahead so let me wish you a life full of happiness and never ending joy... Peace and blessings on everyone and thank you for the great wishes. love ya all! :DD

Bambang on 5:36 PM, January 01, 2011 said... #

Sir please check my blog

http://www.pujian.co.cc/

How to fix it?? thank you sir.

samsexy98 on 6:17 PM, January 01, 2011 said... #

@Bambang
In your Edit HTML find this code [div id='footer-wrapper'] and paste the HTML code above it instead on pasting it before [/body]

Please replace '[' with '<' before searching the code..

Hope your problem gets solved by this...

Thank You
Samsexy98

Bambang on 7:50 PM, January 01, 2011 said... #

@samsexy98
Thank you sir, below the demo

http://shareblessing.blogspot.com/

what should I do now? thanks before

Bambang on 9:09 PM, January 01, 2011 said... #

@samsexy98

thank you sir, I just find the way to fix it.
once again thank you,,

samsexy98 on 9:12 PM, January 01, 2011 said... #

@Bambang
Now what...???

Do you see something wrong..??
What I see wrong is that you have messed up the codes...

In first column (Ads) there is no code because that Ads code is gone into the next column (Say Hello To Friends) I think...

Please check it...

And please just call me Sam as I am too learning and trying to help as much as I can :P :)

Thank You
Samsexy98

Anonymous said... #

HI Mohammad,

Wishing you very happy new year, my site is www.princeysjagan.com
now iam so much of impressed by your blogger tricks, i need your assistance to my site, how can i caontact you. my mail id is princeysjaganfans@gmail.com

Mohammad Mustafa Ahmedzai on 2:53 AM, January 02, 2011 said... #

@Sam

Thanks for helping other fellow bloggers. Your instructions are plausible. :>

@Anonymous

Thank you and wishing the best of luck in 2011 too :)
I am delighted that you liked MBT's tuts. Brother you can ask me for any help at my blog. I am active here and as well as at my facebook. So you can check me at both places.

samsexy98 on 8:23 AM, January 02, 2011 said... #

@Mohammad
No need to tell thanks Bro...:)

I like to help people with whatever knowledge I have...
I believe in "Sharing Knowledge Increases Your Knowledge"...

Also another reason is that I will be learning more if I make any mistakes...:)

So all in all its Win Win Win for everyone...:)


@Bambang
Where are you??
Is your problem solved..??

Thank You
Samsexy98

PRINCE on 4:07 PM, January 02, 2011 said... #

Hi Mohammad,

Actually im looking for a stunning, minblowing slideshow to my site, i was triedup with your previous Slideshows, but it was not workedout for me. this the one primary favour im looking from you. my site is www.princeysjagan.com in this site @the top im dispalying an image, instead of image, in the same lenght 760Px wide, now im lokking for a Slideshow. Could you kindly helpme out regarding this. . .Looking forward your Reply. .

A TRUE FAN FOR MBT
www.princeysjagan.com

Bambang on 6:18 PM, January 02, 2011 said... #

@Sam
Thank you sir. It's done well!
Thanks

Mohammad Mustafa Ahmedzai on 2:48 PM, January 04, 2011 said... #

@sam

I loved it! :)
You surely will achieve it.

@Prince
Pal haven't your tried the other slideshow with navigation? I think the steps are pretty clearly mentioned. You just need to copy the code and adjust it in mbt html editor and paste it in your blog. Simple! where else do you want help? Would love to do.

iTechPlus on 10:11 PM, January 17, 2011 said... #

Great widget ! I'm using it on my blog ! Thanks !

Digonto said... #

Hi Mustafa,
I am using this Footer widget for my blog . But I am facing some problem in my "Label"(Categories) widget . In normal condition the Label Widget's text are in white color . But Now I need to change it in Cloud mode . When I changed it in cloud mode the text are not showing white !! It is turned into Red . I used the following code to override the style but I was failed :(

.cloud-label-widget-content {color:#ffffff;}

What code should I use to override the Label style ?? Plz help me ....

Watch it in my demo blog ----
http://demotodemo.blogspot.com

Ayush Chand on 11:20 PM, February 03, 2011 said... #

Every thing about your blog rocks except the blog header picture! You blog deserves to be much more professional! Thanks for your work muhammed. You really made blogging in blogger so cool! Free dofollow link to you man!

Syeikh Azzikri on 4:44 PM, February 22, 2011 said... #

Hi, thanks for the great tips. Its really work but i got 1 problem.

how to change widget layout because when i add Followers widget its look like the template layout. please visit my blog then u will understand.
http://da-test.blogspot.com/

really need your help.

thanks

Manuel Garcia PH on 9:49 AM, July 27, 2011 said... #

Since there is 3 column, how i will post a one widget that fills the 3 column, like on this site, you have your website credits on the below that fits the 3 column on the whole page.. how is that ? i want to put it before the 3column

Angga lisdiyanto on 10:37 AM, August 20, 2011 said... #

Assalamu'alaikum...
Thankyou Sir Muhammad

emy on 8:44 AM, August 25, 2011 said... #

Thanks for all your brilliant articles and sharing!

I would like to ask if you could help me:

For the footers, is there any code that I can install to display the random posts titles by specific labels or categories?

Thanks for any help in advance. :)

Mohammad Mustafa Ahmedzai on 3:15 PM, August 25, 2011 said... #

@Ayush
Thank you buddy and look I finally changed the header layout! :> Extremely sorry that I read your cute comment just now!

@Syeikh
So sorry buddy that I am replying now. But if you ever read my comment please do read this tutorial for changing the layout of profile widget :
Customize Author Profile

@MAnuel
Oh that is not included in the widget. It is a separate div section to create it simply do this,
Paste the following code just above ]]></b:skin>


#credits {
background: #666 url();
height: 30px;
width: 960px;
margin: 0;
padding: 0;
text-align: center;
}
#credits p {
color: #FFF;
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
margin: 0;
padding: 9px 0 0;
}
#credits a, #footer a:visited {
color: #FFF;
text-decoration: none;
}
#credits a:hover {
color: #FFF;
text-decoration: underline;
}


and paste this code just above the 3 column,

<div id='credits'>
<p>WRITE WHAT EVER YOU WANT HERE</p>
</div>

THAT'S IT. :)

@emy
You are always welcomed pal. :>
Yes there are serveral that you can find online. Just google for random post widget for blogger. or you can try the one provided by blogger but it the popular post widget

Durgesh Kumar Mandal on 7:09 PM, October 04, 2011 said... #
This comment has been removed by the author.
Durgesh Kumar Mandal on 7:10 PM, October 05, 2011 said... #
This comment has been removed by the author.
Durgesh Kumar Mandal on 7:14 PM, October 05, 2011 said... #

hey Friend This is not showing widget area as you tell this is showing one by one in next line
1 add gadgets
2 add gadgets
.
...
...
similar

Varinder Pal Singh on 4:11 PM, October 07, 2011 said... #

I have same problem as @My World4Free

The Widget is not working properly

it appearing like this

1
2
3
4

it should be like this

1234

See The Screen Shot

http://i.imgur.com/kKEhE.png

Please help me out this.

Let's Wage a War Against Pornography in Pakistan on 9:51 PM, October 19, 2011 said... #

I have same problem as above Mr.Varinder Pall Singh

it appearing like this

1
2
3
4

it should be like this

1234

arun kumar on 9:09 PM, November 03, 2011 said... #

More than one section was found with id: lowerbar1. Section IDs should be unique. i am geting above error when i am ading to my blog

Adil on 3:31 PM, December 02, 2011 said... #

Sir i have the same problem:
1
2
3
4
And one thing more please send me TANZANITE and CUTE BOX template. I have subscribed a few days ago. please send me as soon as possible. My email is ADIL1250@hotmail.com

Barbara Benham on 9:15 AM, December 16, 2011 said... #

Hi! BIG thanks for all your lessons!
I've added a footer with five columns and am very happy with the results. However, I'd love to make the space between each column smaller. How to tweak? I tried Firebug analysis, trial and error, to no avail.
TIA!
www.socialenrichment.com

for on 7:44 PM, December 17, 2011 said... #

Its not working on my site... I am really having hard time..

sanket patil on 4:31 PM, December 29, 2011 said... #

Hi...
Thanks for the post. i was searching this since my template does not have footer widgets. I have done as per instruction. I have one query about my footer widgets. The widget placed nicely but want to customize it. this is my footer widget screenshot and this is my template them screenshot the footer does not support title them color which is perrot green. When write title for my widget in footer there is not showing perrot green color for title. your help would be appreciate.

salman on 2:10 PM, December 31, 2011 said... #

Very impressive blog.i have a very peculiar problem in my blog http://humourbook.blogspot.com - sometimes my posts and the sharing widget above it looses the alignment. please help

Pinku on 6:29 PM, January 06, 2012 said... #

Hello,
I applied this on my blog. It became messed and now i am not able to delete it. please help me please.
http://nabloggertemplatesu.blogspot.com/
Thank you

aamir2692 on 6:35 PM, January 09, 2012 said... #

Today I look your website.its very grate website for Blogger.very nice.and I very like this website.and I want to your Email address.and Taday I join this website.

Indonesia Music Entertainment on 11:04 AM, January 11, 2012 said... #
This comment has been removed by the author.
Indonesia Music Entertainment on 11:06 AM, January 11, 2012 said... #

Hi mybloggertricks.com
I am also having the same situation where these code not showing like it is suppose to be.

It is appearing like this:

1
2
3
4

It should be like this:

1 2 3 4

This is my blog name: http://previewmusik.blogspot.com/

Thanks.

Connie M Fink on 10:05 PM, January 11, 2012 said... #

I am having same problem as above I already reduced it to 20% and no change?

Abhi Kurve on 2:17 PM, January 28, 2012 said... #

Sir,
as above many people mentioned,the gadgets are appearing as
1
2
3
4
instead of 1,2,3,4
i've tried reducing width to 18 and 20% but that doesnt help.
Please help me!

$hubham Meht@ on 10:15 PM, February 16, 2012 said... #

Bro Sorry For Talking Off Topic but i need help.. i m creating a multi-coloum-footer but i need help...
i m getting this type of fotter----
http://2.bp.blogspot.com/-YpwZwHzQfX8/TzqFlkirLNI/AAAAAAAAADY/6nHQoQUOUeQ/s400/fot2.png

But i want this type of---
http://2.bp.blogspot.com/-fldsCb3wTMo/TzqFlfqgd2I/AAAAAAAAADM/ltsDBjP3sXI/s400/fot1.png

plz help bro.... plz :P :p :P

Icaro Ariel on 12:15 AM, February 19, 2012 said... #

how do I center the columns? and as I put down the posts? Thank you ^ ^

Byte Hack on 5:12 PM, March 09, 2012 said... #

it creates 4 rows insted of 4 column

Luis Castellón on 10:08 PM, March 21, 2012 said... #
This comment has been removed by the author.
Luis Castellón on 10:10 PM, March 21, 2012 said... #

Less fuss. Go to:


<macro:include id='footer-sections' name='sections'>
<macro:param default='2' name='num' value='4'/>
<macro:param default='footer' name='idPrefix'/>
<macro:param default='foot' name='class'/>
<macro:param default='false' name='includeBottom'/>
</macro:include>


Change the value of 'value' to as many columns as you need.

TJ on 10:44 PM, March 22, 2012 said... #

It isn't working for my blog:(

Ken-zoo on 6:14 PM, March 29, 2012 said... #

hehe ... I also had the same problem .. as mentioned above many people. view that there
1
2
3
4
why can not 1 2 3 4
hey .. muhammad where you are. you will you help me

Learn Blog

Ken-zoo on 8:00 PM, March 29, 2012 said... #

hi muhammad .. I came back .. I've found where the fault lies .. was in default CSS off footer code that was wide to the fox. because previously only 460. txs muhammad ..

Michael Kaplunov on 7:52 PM, April 05, 2012 said... #

@Ken-zoo So what I need to fix?

Confused? Feel free to ask

Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.

Note:
1. To add HTML CODE in comments then please use our HTML Encoder
2. You can always Test the tutorial on our HTML Editor
3. Please do not spam Spam comments will be deleted immediately upon our review.

Regards,
Mohammad

 

Recent Posts

Join Me On Facebook

8600+ Followers

Join The Team!

Licensed Under CC

Recent Comments

Follow Me On Twitter

2601+ Followers

My Blogger Tricks (MBT) © 2012. All Rights Reserved | Contact |