Most likely due to the theme I’m using, the MyBlogLog widget that I was using ended up with two title areas. One, which was placed right into the widget itself, and the other, was a blank title area which is above every other widget by default. It’s been a visual nagging problem and today, I finally dove into the plugin to see if I could fix the issue. As it turns out, I did.
Look in the actual MyBlogLog plugin code within your WordPress administration area and find this line
Inbetween the quotation marks is where you would place the title. Then, in the Widgets area of your wordpress administration area, click on the button to the right of the MyBlogLog widget. This should open up a text area to paste the mybloglog javascript code.
Remove this section of code:
c_heading_text=Recent+Readers&
Now, you should only have one title for the widget.