Menu
show-notice
hide-notice

How To Fix Layout Page in Blogger

on 30 March 2013

This post is consecrate to one of our valuable reader and for you also. Because he ask me a question. That question was "In my blogger layout page, the sidebar, post and header sections are very wide and can not able to handle at all. The bottom scroll is showing more". So I tried lot to do it but finally i got the code to solve it by using an option Inspect element on my chrome browser.(see the image that he sent to me)

This problem is happen because most of the custom blogger template's layout page isn't in appropriately width of those element mentioned on the question. So it would be very wide and the bottom scroll will appear more.

Doing well I found the code to decrease those elements width and some other customization. However there are few limits to customize in the layout page of blogger. So we could not customize at all. Let try to edit some errors in it with the following simple CSS code.

To Get started go to blogger dashboard and select Template. Click Edit HTML and Add the Following Code before  ]]></b:skin>  and Save it
body#layout #header-wrapper {width: 780px;margin: 0;}
body#layout #header {width: 200px;}
body#layout #content-wrapper {width: 760px!important;}
body#layout #main-wrapper {overflow: visible;width: 505px;}
body#layout #rsidebar-wrapper {width: 250px;float: right;margin: 0;}
body#layout .botwid {width: 240px;float: left;margin-left: 5px;}
Customization:
#header-wrapper is the total section of header which may include both sub header.
#header is left header.
#content-wrapper is the total section of post and sidebar.
#main-wrapper is post section only.
#rsidebar-wrapper is the right sidebar section. You may have to change the ID of it. If your Sidebar ID is different from this.
.botwid is the footer widgets. You may have to change the class of it. If your footer widget class is different from this.

With the above code, you can change the width and its position. You may also change each ID above if your section ID or class is different. As a result, you will see the widgets and post sections in the Layout (Page Element) of blogger are in proper width and can maximum avoid the more scroll bar on the bottom.

SHARE

18 comments:

  1. Jaden RowsMarch 31, 2013

    This trick help me lot because my layout page was broken but now it good. thanks for sharing..

    ReplyDelete
  2. is it running on HTML script, or else??

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete
  4. This comment has been removed by the author.

    ReplyDelete
  5. This comment has been removed by the author.

    ReplyDelete
  6. This is a great inspiring article.I am pretty much pleased with your good work.You put really very helpful information. Keep it up. Keep blogging. Looking to reading your next post.
    Poker Online
    Bandar Dominoqq Online

    ReplyDelete
  7. AnonymousJune 18, 2015

    That Code Doesn't Work With me I tried to but it in different places and it doesn't work, What should i do

    ReplyDelete
  8. thanks for your information , nice post :)
    Ceme Online

    ReplyDelete

Important -Comments with Links will be deleted immediately upon our review and If you are asking a question click the 'Subscribe By Mail' link below the comment form to be notified of replies.