In this Post i will tell you how to hide Sidebar in Blogger specific Post with a very code and easy to use ..
TO HIDE SIDEBAR IN PAGES AND POSTS
- Login to Blogger > Dashboard
- Click on Drop Down Menu and select Post
- Click on HTML
- Paste below code in it, before create a post.
<style>
#main-wrapper { width:1111px!important;}
.post { width:715px!important; }
.rsidebar-wrapper{display:none !important;}
</style>
Now Just putting that code in HTML mode you can switch back to COMPOSE mode and start to write your post.#main-wrapper { width:1111px!important;}
.post { width:715px!important; }
.rsidebar-wrapper{display:none !important;}
</style>
This code will hide your sidebar unnecessary widget in specific Post .
Comment if any Question ,Problem .. :)
Thanks, It helped me
ReplyDelete