Many
people who download new templates can not regulate the width of the
blog posts and sidebar for this option to be locked in "Customize". But the blog's HTML you can change those widths.
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;
0 comments:
Post a Comment
Obriago por comentar! Em breve responderemos, se for o caso.