I inserted the rotating post box in my theme and there is wayyy too much white space over the box below my menu bar
I am using twenty ten and addded into the index.php file here...
get_header(); ?>
<div id="container">
<div id="content" role="main">
<?php rotating_posts(); ?>
<?php
/* Run the loop to output the posts.
I would like to reduce the amount of white space... how can I?