
I got the idea for this Blogger Tip from a post on Ipietoon via Myherro and simply made some changes to suit each template.So lets look at the two blogs in question so you can see how it works.Follow the links to each and scroll to the footer.Alternatively you can click 'Categories' in the sub menu on Social Icon Studio or 'All template Categories' on BestBloggerTemplates.Net to jump directly down.
- Social Icon Studio
- Best Blogger Templates
OK so lets add it to your blog looking at some of the options along the way.
Add 5 Column Category Label Wrapper Section To Blogger Footer
Step 1. We start this Blogger tip by going to your Blogger Dashboard and clicking Design > Edit Html

Step 2. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code - More Info)
]]></b:skin>
Step 3. Copy and paste the following code Directly Above / Before ]]></b:skin>
/*Start Category Wrapper Css*/
#category-wrapper {
width:900px;clear:both;
margin:0 auto 10px;
padding-top:15px;
line-height: 1.6em;
text-align:left;
border-bottom:0px solid #efefef;
}
.cat {
color: #000000;
line-height: 1.5em;
}
.cat ul {
list-style:none;
margin:0 0 0;
padding:0 0 0 8px;
}
.cat ul li {
float:left;
width:18%;list-style-type: none;
margin: 0 0 5px;
padding-left: 12px;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8rX7hcPYSCpbfzcz3pPGEFvCfVXLEC1tGZZq2Bg8EF44CkcN0M99IvenuNc2xSD5PvjAKcrNmVSfTcUyal3sm1paVvfFrI5qrBLD4WAPSKX1eSO4RDLr1CgUAcqHjplzkWIyJwKk2LjiO/s1600/bullet-suyb.gif) no-repeat left center;
}
.cat .widget {
border-bottom:0px dotted #ddd;
margin:0 .5em 1.5em .5em;
padding:0 0 1.5em;
}
/* End Category Wrapper */
Width 900px; - Total with of all columns, You may need to change to suit the width of your blog.
width:18%; - Width in percentage of each column, We divided 100 by 5 and gave a little leg room so each column is 18% of the total width.If you increased this to say 23% you would then have 4 columns, 31% would leave you with 3 columns and so on.
In blue is the list bullet image beside each label and you can change it if you please.
Step 4. Find The Following Code In Your Blogs Html
<div id='footer-wrapper'>
<div id='category-wrapper'>
<b:section class='cat' id='cat'>
<b:widget id='Label99' locked='false' title='Categories' type='Label'/>
</b:section>
</div>
Linking Directly To The Labels Section
If you now wanted to link to this section as i have done on both blogs this is the link you would use, you can of course change the text 'All labels' :
<a href='#category-wrapper'>All Labels</a>
So in a way the address of the category wrapper is #category-wrapper and that's what you would add to a link in a menu bar or regular hyperlink.
Follow @pyblogger

