Introduction :
When we visiting some of the Blogger blogs , We can see that some of the pages may appear without Sidebar , They just look like a Plain Html Page along with the Header and Footer of the blog . This is because they just hide the sidebar of the Blogger blog . But when i checked on the Blogger control panel for hiding the sidebar , I found nothing . Because there is no such kind of option in Blogger control panel . But after a great research on the internet and discussion with Blogger friends i just found a simple line of code which will help to hide or remove the sidebar from our Blogger blog .
How to Hide or Remove The Sidebar of My Blogger Blog :
It is very easy to hide or remove the sidebar of your Blogger blog with a single line of code , To do this you have to open your Blogger dashboard and follow the steps that given below this paragraph .
- Enter to the blog which you want to hide "Sidebar" .
- Enter to the "Page Section" and "Edit" the Page .
- Now click on the "Html" Tab .
- Now Paste the "CSS Style" code which showed below at "Header" .
<style> #sidebar-wrapper, #midsidebar-wrapper, .gapad2, .blog-pager, .post-header-line-1, .post-footer { display:none !important;} #main-wrapper { width:98%!important;} .post { width:98%!important; } </style>
- Now click on the "Update" Button .
- You are Done .
You can use the same code to hide the Sidebar of your Blogger blog Post's . Remember that , Hiding of Blog Post's Sidebar will cause your Crawling , Because all Blogger Blogs archives are on the Sidebar , If your Blogger Blog archive is not at the Sidebar then you can remove the Sidebar as per your like .
Suggested Article For Blogger Bloggers :
- Setup CloudFlare CDN For Your Blogspot Blog .
- Schedule Blogpost Time and Date on Blogger Blog .
- Increase Your Blogger Blog Speed Using Google Page Speed Tool .
- Advanced Search Engine Optimization Tutorials .
I hope this tutorial helped you very much , If you have any doubts related to this article , Please let us know by using the comment box given below . Thanks