To adjust your sidebar widget space, take a look around line 1465 in your css file, or do a search for this –
.sidebar .widget {
margin: 0 0 15px;
padding: 0 0 15px;
}
You can adjust the bottom margin and padding (the third numbers 15px and 15px). This will adjust the space between widgets on your sidebar. If you are talking about the homepage widget/sidebars (which is different) then let me know.