terça-feira, 29 de julho de 2008

Ajuda, precisa-se!

Alguém sabe como diminuir as margens deste blog, de forma a poder colocar fotos maiores?

Obrigada

3 comentários:

Rita disse...

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.

Anónimo disse...

You've got mail! :)

gio disse...

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 */
}