NOTES
- Just replace your_awesome_blogger_page_here to your selected page or blog post where you want to apply this effect.
- If you're planning to apply this hack on more than 1 page / post just go ahead and repeat the process. Unfortunately there is no shortcut for this.
- This post itself uses this hack.
- Just replace your_awesome_blogger_page_here to your selected page or blog post where you want to apply this effect.
- If you're planning to apply this hack on more than 1 page / post just go ahead and repeat the process. Unfortunately there is no shortcut for this.
- This post itself uses this hack.
Step 1. Proceed to Edit HTML then. Paste this code below </b:skin>
<b:if cond='data:blog.url == "your_awesome_blogger_page_here"'>
<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>
<b:if cond='data:blog.url == "your_awesome_blogger_page_here"'>
<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>