Create a full width page and remove sidebar in blogger

  Blogger is huge platform there you can
   create a full width page with CSS and XML
   you can set full    width and remove sidebar
   on specific pages you want. Sometimes
   when we create a new page you can usually
   see that the sidebar is also existing and
   some people think  that the sidebar never
   remove in Blogger   but as we always say
   that Blogger platform is fully customizable
   you can customize it as you want.
   Today guys i will share a simple trick to remove sidebars etc. We can do this with just some simple CSS codes using this you can do that too. So let’s start our today’s article.


How To Remove Sidebars And Create A Full Width Page?

To remove sidebars and create a full width page or post you need to just follow these simple steps.
  • Go to Blogger
  • Create a new page or post what you want
  • Now select HTML Tab on Post Editor
  • Paste the following code at the beginning of page
<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>

  • You can change the width:98% to what you want if you want to increase size then increase it if want to reduce then decrease it.

When we should create a full page?

It is a question that comes in every body’s mind and i am glad to answer it that when we should make a page like About Author page or Advertise page or something like that we are in need to create a full page that attract readers and its my advice to you to create full width page as you need in your blog / site.

Need Help?

If you need any kind of help or need help any of our articles or tricks then you should leave a comment at below of post i will try to solve your problems. Now use this trick and please share it with your friends. Happy Blogging !

Post a Comment

0 Comments