
Removing Sidebar and Increase Width of Pages:
Just follow the below simple steps to hide sidebar in your certain blogger page or post :
1. Go to Blogger.com >> Add New Page/Post
2. Now select Edit HTML tab of Blogger Template.
3. Paste the following CSS :
<style>
#sidebar-wrapper, #midsidebar-wrapper, .gapad2, .blog-pager, .post-header-line-1, .post-footer { display:none !important;} #main-wrapper { width:99%!important;} .post { width:99%!important; }
</style>
4. Replace width:99% according to your needs, you can even uses pixels instead of percentage i.e. 960px.
Additional Coding : If you also want to hide Titles from a certain page, then just paste the following code before </style> in above coding. ( it will not effect crawling as bots can easily see these things)
.post-title, .post-labels, post-icons, post-author {display:none!important;}
5. Now publish it and then visit your site to check your blog pages with perfect look.
This code hides the sidebar of your blog and gives a more professional look to your blog pages.
I hope you successfully publish your full width page/post. If you face any difficulty let me know in comments.
1 comments:
side bar still visible
We love comments! We appreciate your queries but to protect from being spammed, all comments will be moderated by our human moderators. Read our full comment policy here.
Let's enjoy a happy and meaningful conversation ahead!