1 jessop Jul 25, 2009 06:38
3 jessop Jul 25, 2009 12:41
thanks so much john!
and can i just add that code to the end of the style.css file or does it have to be somewhere specific?
j
4 john Jul 25, 2009 13:04
Just pop it into style.css and it would be logical if it went after the .post style declaration
.post {
margin-bottom: 20px;
}
.post img {
margin:3px auto 6px;
}
5 jessop Jul 26, 2009 05:38
wooo hoo! that's much better!
thanks for all your help john!
j
A quick and dirty way is to add this to your css
Change the value of the 3px ( the space at the top) and 6px ( the space at the bottom) until your happy with the result.