If you know how to go into styles.css and edit it, go in there and look where it says:
ul.sidebar_list li.widget, ul.sidebar_list li.linkcat
mine reads like this:
ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 210px; margin: 0 0 .25em 0; font-size: 12px; line-height: 1.2em; float: left; }
The margin is telling it to put 0 margin on top, 0 on the right, .25em on the bottom and 0 on the left. Change the .25em until it's what you want. Change the number that is there by default to .25em. That should do it, unless I forgot totally how to do it.