Adding Padding Around Author Image
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Adding Padding Around Author Image’ is closed to new replies.