I've worked out this is the custom CSS code I need to do it:
body{}
.contentcontainer {
min-height: 0;
}
.texture {
background: none repeat scroll 0 0 #FFFFFF;
margin: 0 auto;
min-height: 0px;
padding: 15px 0 0;
width: 1000px;
}
.hentry {
border-bottom: none;
clear: both;
margin-bottom: 0em;
overflow: hidden;
.copy {
padding: none;
}
This last item - .copy - is a strange one. If I set the item to 'none' in Firebug it removes the last little bit of extra white space. But for some reason, entering the code into the custom CSS field doesn't do the same. Even with the code entered the page defaults back to
padding: 0 0 25px
Any ideas where I'm going wrong?











