Insert extra columns in blogger layout
but it is hard to add an extra column. By this tutorial you will be able to convert your blogger layout to a magazine style layout, which is the most popular layout style now a days. I will show how to add two extra columns bellow blog post section, however if you will read and understand the tutorial properly and carry a little bit of knowledge of the codes, then you will be able to put it anywhere in the template layout. So read it properly and then use it in your own way.
Follow the following steps
<b:section class=’sidebar’ id=’magazine-left’ showaddelement=’yes’/>
3) After that add the following codes after </b:section> and before </div>
<b:if cond=’data:blog.url == data:blog.homepageUrl’>
<b:section class=’sidebar’ id=’magazine-left’ showaddelement=’yes’/>
<b:section class=’sidebar’ id=’magazine-right’ showaddelement=’yes’/>
<div style=’clear: both;’/>
</b:if>
4) Now search for the code ]]></b:skin> by pressing Ctrl+F
5) Just before ]]></b:skin> paste the following codes
#magazine-left {
width: 40%;
float: left;
}
#magazine-right {
width: 40%;
float: right;
}
6) After that click on Preview if everything is going well, then click on Save template.
That’s all. Subscribe Us.
Leave a Reply