undefined
undefined
Menghilangkan Sidebar pada Halaman Tertentu
Posted by admin in Blog Tutorial
Kadang ada juga temen2 yang butuh cara buat memperlebar area posting. It means that we need to remove the sidebar/s. So if we click at posttitle, the main bar will be automatically larger than before and the sidebar/s will bedisapear. How Can We Do That?? Is that difficult??
mm..Not at all! If you Follow my instruction, it will be easy!
now i will explain you step by step.
- Log on your Blogger
- Klik Tata Letak, Edit Html
- Find
</head>
- put this code right above
<b:if cond='data:blog.pageType != "index"'>
<style>
#rcol1{
display: none !important;
}
#rcol2{
display: none !important;
}
#lcol{
width: 900px;
}
</style>
</b:if> - Save Changes and done.
Notes:
1. the red code means CSS codes of Your template's side bars.2. The blue code means CSS code of your template's main bar.
3. The Green code means the width of your main bar after.
Berikut ini juga saya sampaikan macam2 kode (b:if cond) yang saya tahu.
Silakan baca disini.