Before starting the edits remember that if you increase the width of the posts will have proporcionalmete decrease the width of the sidebars.
To change the width of the blog posts below and look for the code in "width" change the width is 970px in this case.
#outer-wrapper {
font: 110% Arial,Serif;
margin: 0 auto;
padding-top: 0;
text-align: left;
width: 970px;
}
To decrease or increase the width of the sidebar search for "sidebar" as belowfont: 110% Arial,Serif;
margin: 0 auto;
padding-top: 0;
text-align: left;
width: 970px;
}
Each such code is a side bar
}
#sidebar-wrapper {
float: right;
margin-right: 0;
margin-top: -10px;
overflow: hidden;
width: 323px;
word-wrap: break-word;
#sidebar-wrapper {
float: right;
margin-right: 0;
margin-top: -10px;
overflow: hidden;
width: 323px;
word-wrap: break-word;
}
#sidebar-wrapper2 {
float: left;
margin-right: 0;
margin-top: 0;
overflow: hidden;
width: 200px;
word-wrap: break-word;
#sidebar-wrapper2 {
float: left;
margin-right: 0;
margin-top: 0;
overflow: hidden;
width: 200px;
word-wrap: break-word;
Nenhum comentário:
Postar um comentário