Buffer

How To Hide Blogger Sidebar And Increase Page/Post Layout Size

By Durodola Ridwan | Monday, September 24, 2012 | 8 Comments

Hiding your sidebar to increase page layout will make your static page or post pages to look like a plain static html webpage with no labels or widgets, example of this can be found on this site 404 error page. All what you will see, is a wide layout displaying no sidebar widget. It doesn't matter where your side position is (left or right), the posting or pages area will override the sidebar layout.





How To Increase Page Layout
  • Go to your blogger dashboard
  • Click on "Design" > "Edit HTML" (For old interface)
  • Click on "Template" > "Edit HTML" > "Proceed" (For new interface)
  • Use ctrl F to find ]]></b:skin> and paste the following code below/after ]]></b:skin>

<b:if cond='data:blog.url == "Enter-Your-Page-Url-Here"'>
<style>
.main-inner .columns {
padding-left: 0px !important;
padding-right: 0px !important;
}
.main-inner .fauxcolumn-center-outer {
left: 0px !important;
right: 0px !important;
}
.main-inner .fauxcolumn-left-outer, .main-inner .fauxcolumn-right-outer, .main-inner .column-left-outer, .main-inner .column-right-outer {
display: none !important;
}
</style>
</b:if>
  • Replace Enter-Your-Page-Url-Here with the link of the page or post you want to increase it's layout to full width.
  • If you want to apply full layout to all pages, instead of adding it one by one, simply replace Enter-Your-Page-Url-Here with Static_page
  •  If you want to apply full layout to all post-pages, instead of adding link one after the other, simply replace Enter-Your-Page-Url-Here with Item, but it is not advisable that, you apply it to all post-pages.
That's all.
Enjoy! and share this post with friends/followers. Take care pals :)

Enjoyed This Post? Subscribe For More Update!

Related Posts Plugin for WordPress, Blogger...

8 comments:

  1. Replies
    1. what is the link of the page/post you want to increase its layout?

      Delete
    2. It is not working!

      Here is my blog http://iplaymetalmusic.blogspot.in/

      And i want to apply this in this post http://iplaymetalmusic.blogspot.in/2012/12/slipknot-before-i-forget-official-music.html

      Delete
    3. Paste the following code below/after ]]></b:skin>
      <b:if cond='data:blog.url == "http://iplaymetalmusic.blogspot.in/2012/12/slipknot-before-i-forget-official-music.html"'>
      <style>
      .main-inner .columns {
      padding-left: 0px !important;
      padding-right: 0px !important;
      }
      .main-inner .fauxcolumn-center-outer {
      left: 0px !important;
      right: 0px !important;
      }
      .main-inner .fauxcolumn-left-outer, .main-inner .fauxcolumn-right-outer, .main-inner .column-left-outer, .main-inner .column-right-outer {
      display: none !important;
      }
      </style>
      </b:if>

      Delete
  2. Durodola please help me. I have a blog and I want a page to remove the sidebar. This is the page. This is a third party template:
    http://www.poemasalacarta.com/2013/01/contenido-gratuito.html

    ReplyDelete
    Replies
    1. Use ctrl F to find ]]></b:skin> and paste the following code below it

      <b:if cond='data:blog.url == "http://www.poemasalacarta.com/2013/01/contenido-gratuito.html"'>
      <style>
      .main-inner .columns {
      padding-left: 0px !important;
      padding-right: 0px !important;
      }
      .main-inner .fauxcolumn-center-outer {
      left: 0px !important;
      right: 0px !important;
      }
      .main-inner .fauxcolumn-left-outer, .main-inner .fauxcolumn-right-outer, .main-inner .column-left-outer, .main-inner .column-right-outer {
      display: none !important;
      }
      </style>
      </b:if>

      Delete
  3. Hi, i'm trying to remove the sidebar and make the main post fit 100% of the width.... and remove the jquery slider also...but it ain't working for me :(( can you help me plz?? this is the page in question...
    http://cerfmontreal.blogspot.ca/p/espace-membre_8091.html

    ReplyDelete
  4. Hellooo... can some one help me plzzz.... check the post before this one.... thx

    ReplyDelete

Confused? Feel free to ask

Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.

Note:
1. To add HTML code in comments then please use our HTML Encoder
2. For perfect customization of our tutorials, use our HTML Editor
3. If you want to be notified on follow up comments or replies, click on "Subscribe by email" below the comment box.
4. Please do not spam, Spam comments will be deleted immediately upon our review.

Regards,
Ridwan

Next Post Previous Post Home

About Me

My Photo
Durodola Ridwan is a blogger enthusiast and founder of www.realcombiz.com. He love writing about Blogging tips, SEO, SocialMedia strategies, and Tech news in general. You can hook him up on facebook, twitter @realcombiz, and Google+.

Recent Posts

Copyright © 2013. All Rights Reserved | Home | Contact | Privacy Policy
Powered by Blogger