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.
#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;
}
Follow The Below Steps:
- Login to your Dashboard.
- Go to Templates--->Edit Html.
- Tick the "Expand the Widgets" option.
- 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.
Now ,click on Save the template.
It's Done.
Categories:
Blogger Tricks
,
CSS
0 comments:
Post a Comment