• Facebook Rocks

    Go to Blogger edit html and replace these slide 1 description with your own words. ...

  • Facebook vs Twitter

    Go to Blogger edit html and replace these slide 2 description with your own words. ...

  • Facebook Marketing

    Go to Blogger edit html and replace these slide 3 description with your own words. ...

  • Facebook and Google

    Go to Blogger edit html and replace these slide 4 description with your own words. ...

  • Facebook Tips

    Go to Blogger edit html and replace these slide 5 description with your own words. ...

How to Change The Width of A Blog Through Html

Many blogger templates are not having any option to increase blog .Tomorrow when I was chatting with my friends on Google Plus they told me that he wants to increase width of his blog but there is no option available. This problem is faced by many blogger. Changing the width is made easy by blogger. But in other templates there is no option for that.So I wrote this post to show you how to increase your blog width from html coding.

Follow The Below Steps:

  1. Login to your Dashboard.
  2. Go to Templates--->Edit Html.
  3. Tick the "Expand the Widgets" option.
  4. Find for Below Code there.




#outer-wrapper {
width: 0000px;
margin:0 auto;
padding:10px;
text-align:left;
font: $bodyfont;
}
#main-wrapper {
width: 0000px;
margin-left: 20px;
float: left;
word-wrap: break-word;
}
#sidebar-wrapper {
width: 0000px;
float: right;
word-wrap: break-word;
}
#newsidebar-wrapper {
width: 0000px;
float: left;
word-wrap: break-word;
}
#header-wrapper {
width:0000px;
margin:0 auto 10px;
border:0px solid $bordercolor;
}
Now ,Change the Above Marked Width with Your Width.

Now ,click on Save the template.



It's Done.

Categories: ,

0 comments:

Post a Comment