Got tired of adding widget adding widget in one column footer then it time to go ahead by installing third column footer.It is easy as adding column(sidebar) in Blogger.If you are using blogger default template then this tutorial is not for you.The tutorial will just describe you how to install three column footer.But you need to identify the footer code as it varies in different template.
- Go to Blogger Dashboard>Design or Template
- Back Up your Blog.
- Go to Edit HTML
- Find the code which is similar to this.(It may be different in different template )
<div id='footer-wrapper'> <b:section class='footer' id='footer'/> </div>
- Copy the below code just after
</div>
tags.<!-- Buttom Bar starts --> <!-- Bloggerrounder.blogspot.com --> <div id='buttom-wrapper'> <div id='buttombar-wrapper'> <b:section class='buttombar' id='buttombar1' preferred='yes'> <b:widget id='HTML1' locked='false' title='HTML Javascript' type='HTML'/> </b:section> </div> <div id='buttombar-wrapper'> <b:section class='buttombar' id='buttombar2' preferred='yes'/> </div> <div id='buttombar-wrapper'> <b:section class='buttombar' id='buttombar3' preferred='yes'/> </div> <div style='clear:both'/> </div> <!-- Bloggerrounder.blogspot.com --> <!-- Buttom Bar ends -->
- Add the following code as CSS i.e just above
]]></b:skin>
#buttom-wrapper { background: #EEEEEE; width:99%; margin: 0 auto; padding: 0 10px 10px 0; } #buttombar-wrapper { float: left; width:30%; text-align: left; word-wrap: break-word; overflow: hidden; } .buttombar .widget-content { padding: 0px 3px 3px 3px; } .buttombar ul { list-style-type:circle; margin-left:10px; }
- Where,
- In Line 2, You can Change
#EEEEEE
to change background of footer.You can get six digit color code from here - In line 3,you can change
width:99%
as your wish in percent or pixel.If successful implementation we recommend you to use measure it. - In line 10 change the
width:30%
for changing width of column of footer. - Change
margin
orpadding
to increase or decrease the space of inside or outside of container . - You can add More CSS as your wish after line 23 for styling the footer.
- Click on Save button
- Go to layout of your Blog you can see three column like this.
- Enjoy by adding Widget or Dragging Widget from sidebar to footer.
Bye.
Subscribe for free
Thanks for visiting Blogger Rounder.We can subscribe to Blogger Rounder's by RSS feed or email updates.
0 comments on "Installing three column footer in Blogger.":
Post a Comment
We Love To Hear Comments from You.Comments are Welcome.You can comment here regarding this Post.If it is not related with the post you can ask a question by Contacting Us.Before Comment Please Subscribe To our RSS or email updates.Publishing Spam Comment is Not allowed.If you want to Add Code then Please Encode it.
Simple Tags like <a> ,<strong>,<b>,<em> and <i> are allowed for preventing spam