By Dawn Cutaia on Saturday, 20 September 2014
Posted in General Issues
Replies 3
Likes 0
Views 531
Votes 0
How do I change the blogger's avatar size in elegant theme white? I want to change it on the front page, as well as when you click on the link to take you to the full article.

Thanks!!
Hello Dawn,

Thanks for getting back to us quickly, you can try apply this code in your template css file and see how it goes?

#eblog-wrapper img.avatar {
height: 100px !important;
width: 100px !important;
}
·
Sunday, 21 September 2014 12:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Dawn,

I am really sorry for the delay of this reply as it is a weekend for us here. I am really sorry but unfortunately right now it's not possible to change the "physical" image size but you can always use css to reduce / increase the width / height of the avatar. If you can provide me with the link to the page and let me know the size that you want, I can craft the css codes here so that you can place it into your template's css file.
·
Saturday, 20 September 2014 21:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Don't apologize for the "delay" in getting back to me - that was certainly fast enough.

My website is intheknowseo.com/in-the-news-blog

I read the other forum posts on how to do this for other templates but I can't seem to find any CSS code that has that width amount with the height auto etc. like in the other forum posts about changing the avatar size for templates.

I am not sure of the size - maybe 100 px by 100 px. If you show me where to find the code I can play around with the sizes

Thanks!
·
Sunday, 21 September 2014 02:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post