• I’m trying to add padding around my author images so that the author bio does not align to the exact side of the image.

    I’m currently using this code to call my author image:

    <?php echo get_avatar( get_the_author_id(), ’80’); ?>

    How can I change this to include a padding to the right?

Viewing 1 replies (of 1 total)
  • css issues can best be sorted viewing the live site:
    – link to your site, pointing to a post/page comment with an avatar?

Viewing 1 replies (of 1 total)
  • The topic ‘Adding Padding Around Author Image’ is closed to new replies.