If u want to add widget at bottom of u r template follow the steps
Step1:
Paste the following code before ]]></b:skin>
#footer_wid {
float:left;width:80%;position:relative;margin-left:20px;
}
.footer .widget {
margin:0px; padding:0px;
}
Step2:
Paste the following code After <div id='footer-wrapper'>
<div class='footer_c'>
<b:section class='footer' id='footer_wid'>
<b:widget id='HTML5' locked='false' title='' type='HTML'>
<b:includable id='main'>
<b:if cond='data:title != ""'>
<h2 class='title'>
<data:title />
</h2>
</b:if>
<div class='widget-content'>
<data:content />
</div>
<b:include name='quickedit' />
</b:includable>
</b:widget>
</b:section>
</div>
0 comments:
Post a Comment