Hi Jeremy,
Thank you for getting back to me. I’m sorry for the delayed reply. Just updated to the latest version of Jetpack and had to tweak the comments.php file again to remove the extra space under the comment box.
Changing the default code of this:
<iframe src=”<?php echo esc_url( $url ); ?>” allowtransparency=”<?php echo $transparent; ?>” style=”width:100%; height: <?php echo $height; ?>px;border:0px;” frameBorder=”0″ scrolling=”no” name=”jetpack_remote_comment” id=”jetpack_remote_comment”></iframe>
to this:
<iframe src=”<?php echo esc_url( $url ); ?>” allowtransparency=”<?php echo $transparent; ?>” style=”width:100%; height:60px; <?php echo $height; ?>px;border:0px;” frameBorder=”0″ scrolling=”no” name=”jetpack_remote_comment” id=”jetpack_remote_comment”></iframe>
seems to resolve my issue. Not sure if this is of any help since maybe it is my site’s template causing the issue, however, either way I am ok with having to make this change each time I update jetpack.
Thanks,
mark