How to - Remove Sidebar from the Static Pages in Blogger Blog

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>

<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<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!!!

No comments:

Post a Comment