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
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
Hi!
Please add following code to Quick CSS as well
#top .fullsize .template-blog .blog-meta { width: 120px; padding-left: 25px; }
Regards,
Yigit
Perfekt! Thank you guys!!!