If you want to remove sidebar from your specific pages, you can use this blogger trick to done it. Sometimes people want to display their content without sidebar. At that time, you will remove all sidebar widget from your blogger sidebar, that idea is wrong. But here I mentioned you simple and easiest way to remove sidebar from the static pages.
Below few steps will explain what you want.
Step 1: Log in to your blogger blog.
Step 2: Open Template section and click Edit Template.
Step 3: And search for ]]></b:skin>
Step 4: Paste the below code after ]]></b:skin>
Step 5: Save the Template and refresh your website.
I hope the above steps will help you to remove sidebar form the blogger blog static post page.
Thanks!!!
How to divide a Label into two Parts/Coulmns in Blogger Blog
How to hide Widgets from Static Pages in Blogger Blog
How to show Blogger Widget Only in Post Pages
How to show the Widget in a Specific Page in Blogger Blog
How To Show Widgets Only in Static Pages in Blogger Blog
How to Add Google+ Badge with Profile Image and Follow Button
How To Show The Widgets Only On Homepage of The Blogger Blog
How to Remove Or Disable Navbar From The Blogger BlogSpot
How to Remove "Home" Link Permanently From the Blogger Blog Post Page
Below few steps will explain what you want.
Step 1: Log in to your blogger blog.
Step 2: Open Template section and click Edit Template.
Step 3: And search for ]]></b:skin>
Step 4: Paste the below code after ]]></b:skin>
<b:if cond='data:blog.pageType == "static_page"'>
<style type='text/css'>
.main-inner .columns {
padding-left: 0px;
padding-right: 0px;
}
.main-inner .column-right-outer {
display: none;
}
</style>
</b:if>
<style type='text/css'>
.main-inner .columns {
padding-left: 0px;
padding-right: 0px;
}
.main-inner .column-right-outer {
display: none;
}
</style>
</b:if>
Step 5: Save the Template and refresh your website.
I hope the above steps will help you to remove sidebar form the blogger blog static post page.
Thanks!!!
Related Links
How to hide a Widget Only In a Particular Page in Blogger BlogHow to divide a Label into two Parts/Coulmns in Blogger Blog
How to hide Widgets from Static Pages in Blogger Blog
How to show Blogger Widget Only in Post Pages
How to show the Widget in a Specific Page in Blogger Blog
How To Show Widgets Only in Static Pages in Blogger Blog
How to Add Google+ Badge with Profile Image and Follow Button
How To Show The Widgets Only On Homepage of The Blogger Blog
How to Remove Or Disable Navbar From The Blogger BlogSpot
How to Remove "Home" Link Permanently From the Blogger Blog Post Page
No comments:
Post a Comment