|caragory widgets|creat extra lable row |How to Divide Blogger Labels/Categories widget into Two Columns|
Divide Blogger Labels/Categories widget into Two Columns
In blogger there are some problems come whenever we try to change the styles of our labels or categories, and any other modification is very difficult , so when my blog is on blogger i tries to devide my labels to multiple columns then for searching on internet and many attempts to use the trick in my blogger blog, I failed many times to do so always some problem ocures, but finally after many trials i got the full solution for Divide Blogger Labels in blogger , so
here i will show you how to Divide Blogger Labels in blogger blog step by step guide
| Divide Blogger Labels |
- Default you only have single column for Labels. It is good for few labels . But if you have more labels, say 40 – 60 then the list goes very long. it is cool to have two or more columns for labels as shown in the image. It will take less space and looks good.
steps
- To do this go to Layout & Edit HTML & Expand Widget Templates.
- We need to find the Label id first. Press CTRL F and look for id=’Label
- Your Label id may be id=’Label1 or id=’Label2.
- Now look for the following code
]]></b:skin>
- Now just copy the code given bellow and past it just before the , above code
#Label1 ul li{
float: left;
width: 45%;
}
- Remember Label1 is your label id. If your label id is Label2 then use the code given below instead of above
#Label2 ul li{
float: left;
width: 45%;
}
- Now click Save Template all done .
note—save a copy of template before any modification, it is better to take a backup.
Related Posts:
- How to add Beautiful Digg share Count Box button inside blogger post body in Simple Steps
- How To Reverse The Post Order From Newest First To Oldest First
- How to add Beautiful Retweet Count Box button inside blogger post body in Simple Steps
- Related Post with Thumbnails widgets For BLOGGER Blog Spot Related Post Widgets
- How To Add Beautiful StumbleUpon Buttons with Share Counts Inside blogger Post Body
- How to Remove Blog Post Date and Time Easiest way To Remove Date and Time
- Simple Tabbed Widget For Recent Posts Labels & Archives
- How to add Beautiful Facebook share Count Box button inside blogger post body in Simple Steps
- How To Send A Direct Message to All Facebook Fans At Once
- How to add Multi Level Drop Down Menu In Blogger Blogs
- How To Add latest Floating Share Widget To Blogger
- How To Add Images Gallery Widget With Advance jQuery Hover / Zoom To Blogger


Article by ViewXP