Sunday, May 1, 2011
Today, I finally took the time to generalize this tweak. Anyone can use the solution in this page, and you'll get what you want - refer to the title, I'm not gonna repeat what this tutorial does. Or maybe I will. You get to hide your sidebars (doesn't matter left, right or both) and use that space to widen your main posting area, on pages that you choose. You can apply this tweak both on your static pages and/or your post pages (the page that loads when you click on the title of your posts).
Click here for a live demo.
Did I mention that this is a one-step tutorial?
Step 1:
If you're using the old Blogger interface: Go to Dashboard - Design - Edit HTML - Back Up (Download Full Template) -
If you're using the new Blogger interface: Go to Dashboard - Template - Backup/Restore - Download Full Template - Close - Edit HTML - Proceed -
Find for </b:skin> - Paste the following directly below </b:skin> - Change the address in Line 1 to the address of your page.
<b:if cond=
'data:blog.url == "http://yoboy-testblog7.blogspot.com/p/bla-bla.html"'
>
<style>
.main-inner .columns {
padding-left
:
0px
!important
;
padding-right
:
0px
!important
;
}
.main-inner .fauxcolumn-center-outer {
left
:
0px
!important
;
right
:
0px
!important
;
}
.main-inner .fauxcolumn-left-outer, .main-inner .fauxcolumn-right-outer, .main-inner .column-left-outer, .main-inner .column-right-outer {
display
:
none
!important
;
}
</style>
</b:if>