View IT Assist in a larger map 

Easy ways to get the answers you need. Chat now or call/sms us at +678 7799677 or +6787799618.

We also provide remote support via Team Viewer.

Add A Third Column To Blogger


Find the width of the content wrapper in CDATA section....increase it by about 200px depending on the size of sidebar.....
now add a div in the body part before the main wrapper.....and place a b:section tag over there......it should look something like this....
[div id='sidebar-left-wrapper']
[b:section class='sidebar-left' id='sidebar-left' preferred='yes'/]
[/div]
replace the square brackets with angular ones........
now it's time to configure some css...
#sidebar-left-wrapper {
display:inline;
width:auto;
overflow: hidden;
}
Third column is added!!

No comments: