También podés llegar a hacer tu propia caja de info del autor utilizando un poco de código y añadiendole el estilo que quieras:
Código PHP:
Ver original<?php echo get_avatar( get_the_author_meta('ID'), 64 );
the_author();
the_author_meta('description',$post->post_author); ?>