eu por acaso quero é saber como se aumenta um pouco mais as dimensões para além do "grande" que o Blogger estipula, pois tenho um template que mo permite, sem fazer alterações de margens.
You've got mail! :)
Edita o blog em html e procura por #outer-wrapper {width: 660px;margin:0 auto;padding:10px;text-align:left;font: normal normal 98% Maiandra GD, Times, serif;}#main-wrapper {width: 410px;float: left;word-wrap: break-word; /* fix for long text breaking sidebar float in IE */overflow: hidden; /* fix for long non-text content breaking IE sidebar float */}e altera para#outer-wrapper {width: 760px;margin:0 auto;padding:10px;text-align:left;font: normal normal 98% Maiandra GD, Times, serif;}#main-wrapper {width: 510px;float: left;word-wrap: break-word; /* fix for long text breaking sidebar float in IE */overflow: hidden; /* fix for long non-text content breaking IE sidebar float */}
Enviar um comentário
3 comentários:
eu por acaso quero é saber como se aumenta um pouco mais as dimensões para além do "grande" que o Blogger estipula, pois tenho um template que mo permite, sem fazer alterações de margens.
You've got mail! :)
Edita o blog em html e procura por
#outer-wrapper {
width: 660px;
margin:0 auto;
padding:10px;
text-align:left;
font: normal normal 98% Maiandra GD, Times, serif;
}
#main-wrapper {
width: 410px;
float: left;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
e altera para
#outer-wrapper {
width: 760px;
margin:0 auto;
padding:10px;
text-align:left;
font: normal normal 98% Maiandra GD, Times, serif;
}
#main-wrapper {
width: 510px;
float: left;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
Enviar um comentário