Fist be sure to use the latest GreenGoose version, download here,
then open the stylesheet and look for this lines:
font:14px/20px Tahoma, Helvetica, Sans-Serif;
and increase font and lineheight please, ie "16px/22px"
name author:
open single.php template
and add the benath under the content call
<div class="entry">
<?php the_content(__('Read more'));?>
</div>
<?php link_pages('<p>Pages: ', '</p>', 'number'); ?>
add this:
<div class="author"><?php the_author_posts_link(); ?></div>
<div class="spostinfo">
<div class="alignright"><?php echo get_avatar( get_the_author_email(), '40' ); ?></div>
About the author <?php the_author_posts_link(); ?>: <?php the_author_description(); ?>
</div>
then style it via your CSS file