My comments.php file looks like the following for displaying the comments:
<ol class="commentlist">
<?php wp_list_comments(); ?>
</ol>
If you take a look at http://themes.wptechs.com/instapic/2011/10/federal-reserve/ you'll see the reply link positioned underneath the avatar. But, I'm wanting it to stay positioned underneath the avatar w/o the gap that it's getting from a long comment.
I've tried everything, and am a loss as to how to make it stay directly underneath the avatar w/o being bumped down. Any ideas?
Thanks!