Here' the tips on how to change Blogger Blog Width.
Before you do this please take a backup of your Blogger Template.
To adjust the width size of your blog according to your preference, you can do so at the HTML section:
#header-wrapper {
width: 750px;
}
#outer-wrapper {
width: 750px;
}
#main-wrapper {
width: 490px;
}
#sidebar-wrapper {
width: 230px;
}
Header-wrapper and outer-wrapper determines the maximum width of your blogger template.
Main-wrapper determines the width of your blog content and sidebar-wrapper determines the width of your sidebar.
Have a look at the image below:
Make sure that the total pixel (px) allocation for the main-wrapper and sidebar-wrapper is not more than the outer-wrapper's size.
0 comments:
Post a Comment