Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #267242

    Hi i use the Multi Author Blog where the image of the author is diplayed.

    How can i enlarge this small round author image?

    Thanks

    #267613

    Hey!

    Try adding this code to the Quick CSS:

    span.rounded-container {
        width: 120px;
        height: 120px;
        left: -25px;
    }

    Also, change line 110 in includes/loop-index.php:

    $gravatar = get_avatar($author_email, '81', "blank", $gravatar_alt);
    

    To:

    $gravatar = get_avatar($author_email, '150', "blank", $gravatar_alt);
    

    Cheers! 
    Josue

    #267867
    This reply has been marked as private.
    #267869

    Hi!

    Please add following code to Quick CSS as well

    #top .fullsize .template-blog .blog-meta { width: 120px; padding-left: 25px; }

    Regards,
    Yigit

    #267883

    Perfekt! Thank you guys!!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to enlarge the blog author image (avatar)’ is closed to new replies.