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;
}
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 below
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