Adding Two Sidebar Column Below Main Sidebar in Blogger
Blogger Tips,
Tweaks,
Widgets,
Rate this Post: {[['']]}
Normally Blogger templates are two columns and have ~300px Sidebar Wrapper. But many bloggers may want sidebar to be divided into 2 parts, so they can put More Widgets and put Ads of different sizes i.e. 120x600.
Today i am sharing this useful widget for Webmasters who mostly wants this tweak.
First Follow these steps;
Find the section Given Below in You code.
After adding this code, it will look like this;
After adding this code, Preview your template and check for Errors. If there is no error, you are good to go to Page Layout and Check If there are two column below main column of sidebar.
But.....
If you got an error, Don't worry about that error, its because of there may be some widget code below <div id='sidebar-wrapper'>
There may be widget code like this;
Today i am sharing this useful widget for Webmasters who mostly wants this tweak.
First Follow these steps;
- Login to Blogger
- Goto Template
- Edit HTML
- Expand Widgets
Find the section Given Below in You code.
#sidebar-wrapper {width:320px;
float:right;
word-wrap:break-word;
overflow:hidden;Right after this Paste this code;
}
#right-side {width:48%;float:right;word-wrap:break-word;overflow:hidden;
}#left-side {width:48%;float:left;word-wrap:break-word;overflow:hidden;
}
Now Find...
<div id='sidebar-wrapper'><b:section class='sidebar' id='sidebar' preferred='yes'/></div>
And Before </div> of the Above code add these lines;
<b:section class='sidebar' id='left-side' preferred='yes'/><b:section class='sidebar' id='right-side' preferred='yes'/>Example:
After adding this code, it will look like this;
<div id='sidebar-wrapper'><b:section class='sidebar' id='sidebar' preferred='yes'/><b:section class='sidebar' id='left-col' preferred='yes'/><b:section class='sidebar' id='right-col' preferred='yes'/></div>
After adding this code, Preview your template and check for Errors. If there is no error, you are good to go to Page Layout and Check If there are two column below main column of sidebar.
But.....
If you got an error, Don't worry about that error, its because of there may be some widget code below <div id='sidebar-wrapper'>
There may be widget code like this;
<div id='sidebar-wrapper'><b:section class='sidebar' id='sidebar' preferred='yes'>< ..widgets here.. ></b:section></div>
So what you have to do is to put the above code shown in RED Color in Example after the </b:section>.
I hope it will solve you problem.
Related Posts:
Blogger Tips Tweaks Widgets
Subscribe to:
Post Comments (Atom)
Thank you for sharing this info, I have now managed to do it on my blog. Very useful and easy to follow instructions.
ReplyDeleteTa
Zubair
thank u so very much dear waqas, u made my day...God Bless u bhaijaan
ReplyDelete