Type Here to Get Search Results !

Chia Footer thành 3 cột cho theme blogger

Đăng nhập vào Blogger > Layout > Edit HTML (không cần Mở rộng Mẫu tiện ích).
Thay thế thẻ <b:section class='footer' id='footer'/> bằng đoạn code dưới đây :

<div id='customize-footer-column'>

<div id='Footer1' style='width: 30%; float: left; margin:0; text-align: left;'>

<b:section class='footer-column' id='Col1' preferred='yes' style='float:left;'>

</b:section>

</div>

<div id='Footer2' style='width: 40%; float: left; margin:0; text-align: left;'>

<b:section class='footer-column' id='Col2' preferred='yes' style='float:left;'>

</b:section>

</div>

<div id='Footer3' style='width: 30%; float: right; margin:0; text-align: left;'>

<b:section class='footer-column' id='Col3' preferred='yes' style='float:right;'>

</b:section>

</div>

<div style='clear:both;'/>

</div>

Tìm thẻ ]]></b:skin> và dán đoạn code này ngay bên trên
#customize-footer-column {
clear:both;
}
.footer-column {
padding: 10px;
}