If you'll look at the template file in that mod, you'll see this:

$content .= '<p>' . TEXT_BLANK_SIDEBOX . '</p>';
$content .= '<p>You can include text, links, images, HTML markup and even PHP code</p>';

Remove the <p>and </p> tags (leaving the quotes), and your padding should go away.