How To Create Full Width Page And Hide Sidebar In Blogger

blogspot user we thought that hiding a blogger blog and create a full width page with no sidebar.

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.

Comments

Popular posts from this blog

How To Setup Freenom Domains (.Tk, .Ml, .Cf, .Ga, .Gq) As Blogger Custom Domain?

How To Change Blogger (Blogspot) Template?

How To Insert Emoji, Special Characters And Symbols In Blogger?