Are you looking for How to Hiding Sidebar from your Post Page in blogger?
Did You want to hide your sidebars in Blogger blog post page & display post in full width? Show Slide bars only in Main page or Homepage in blogger. Then you can follow that method. With that method displaying functions in your Blogger home page like Header, Posts, sidebar, the footer will be invisible in post pages after just one click on any post. Then you can display post in full width.
However, that method is not recommended for 100% for your blog. Because if you are using absence or other earning method then that will be caused to reduce your income earning by displaying ads which placed in sidebars.
Did You want to hide your sidebars in Blogger blog post page & display post in full width? Show Slide bars only in Main page or Homepage in blogger. Then you can follow that method. With that method displaying functions in your Blogger home page like Header, Posts, sidebar, the footer will be invisible in post pages after just one click on any post. Then you can display post in full width.
However, that method is not recommended for 100% for your blog. Because if you are using absence or other earning method then that will be caused to reduce your income earning by displaying ads which placed in sidebars.
For do that magic trick we use conditional tags. By using conditional tags, we can do that easily. Also, you can display wide images with full-width related post widget. Both default template and Custom template blogger template user apply that method. But the method can be different upon your blogger template.
How to Hiding Sidebar in Post Page?
1.For Default Blogger(classic)template users,
If still, you are using Default blogger templates (Classic themes) you can easily follow the below steps. However, we recommend you to use Custom blogger template. Then you can get more advantages.
Step01. Log into your Blogger Account
Step02. Click on Blogger Dashboard
Step03. Click on Template -->>Edit HTML
Step04. Now find </b:skin>inside the HTML (simply you can do it by Pressing CTRL+F then type </b:skin>, hit Enter button)
Step05. Copy below code & Paste code “after or below” </b:skin>.
<b:if cond='data:blog.pageType == "item"'><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>
Step06. Click Save & save your template.
2.For Custom Blogger template users.
If you are using Custom blogger template now it’s your turn. But my friends there is some problem with the Custom blogger template code. Maybe you know that all Blogger designers are not using the same words when they are coding that template. As an example, Some designers use main-area or other words behalf of main-wrapper. So it’s your own job to find out exact code when you are changing. So let see how to change your template to hide your sidebars,
Step01. Log into your Blogger Account
Step02. Click on Blogger Dashboard
Step03. Click on Template-->>Edit HTML
Step04. Now find </b:skin>inside the HTML (simply you can do it by Pressing CTRL+F then type </b:skin>, hit Enter button)
Step05. Copy below code & Paste code after or below </b:skin>
<b:if cond='data:blog.pageType == "item"'><style>#main-wrapper .post {padding-left: 1px !important;padding-right: 1px !important;}#main-wrapper { width:99%!important;}.post { width:99%!important; }#sidebar-wrapper,#sidebar-wrapper .left,#sidebar-wrapper .right, #midsidebar-wrapper .post-header-line-1, .post-footer{display:none !important;}</style></b:if>
Step06. Click Save & save your template.
OK. That’s it. Now check your Blogger. Everything including sidebars must be showing on the homepage but after you are entering to the posting page then that sidebars going to disappear and your blog post page is full width. That is the easy method to Hiding Sidebar from your Post Page in blogger.
I Hope the above tips help you to Hiding Sidebar from your blogger Post Page. And if you have any problem or know more on this, Please share with us in the comments section below.