Anda dapat menambahkan lebih banyak dan lebih ekstra kolom ke blog Anda. Sekarang di sini saya menggambarkan Anda bagaimana untuk menambahkan 4 kolom lagi untuk footer blog Anda. Anda dapat menambahkan gadget teks dan widget HTML. Bagaimana pernah gadget kotak-kotak mungkin tidak muncul mirip dengan gadgets.They excisting Anda mungkin tampak seperti ini.
1. Mengedit Template
2.Untick "Expand widget" kotak centang jika Anda telah berdetak itu.
3. Sekarang cari
2.Untick "Expand widget" kotak centang jika Anda telah berdetak itu.
3. Sekarang cari
<b:section class='footer' id='footer'/>
(tekan 'Ctrl' + F untuk membuka kotak pencarian browser Anda)
setelah ketemu paste code berikut tepat setelahnya ;
<div id='footer-column-container'>
<div id='footer1' style='width: 225px; float: left; margin:0; '>
<b:section class='footer-column' id='footer-column-1' preferred='yes' style='float:left;'>
<b:widget id='Text100' locked='false' title='Your gadget's Caption here 1' type='Text'/>
</b:section>
</div>
<div id='footer2' style='width: 225px; float: left; margin:0; '>
<b:section class='footer-column' id='footer-column-2' preferred='yes' style='float:left;'>
<b:widget id='HTML100' locked='false' title='Your gadget's Caption here 2' type='HTML'/>
</b:section>
</div>
<div id='footer3' style='width: 225px; float: right; margin:0; '>
<b:section class='footer-column' id='footer-column-3' preferred='yes' style='float:right;'>
<b:widget id='Text300' locked='false' title='Your gadget's Caption here 3' type='Text'/>
</b:section>
</div>
<div id='footer4' style='width: 225px; float: right; margin:0; '>
<b:section class='footer-column' id='footer-column-4' preferred='yes' style='float:right;'>
<b:widget id='HTML200' locked='false' title='Your gadget's Caption here 4' type='HTML'/>
</b:section>
</div>
<div style='clear:both;'/>
</div>
jangan lupa SAVE SEMOGA BERMANFAAT
0 komentar:
Posting Komentar