By 何信孟 on Sunday, 28 May 2017
Posted in General Issues
Likes 0
Views 441
Votes 0
Dear :
How to change blogger's Avatar size?
I have no ideas which avatar size you referring, you can check my attached screenshot below, it did show bigger than before the avatar size now.
·
Monday, 12 June 2017 12:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You can do template override on css below at .../templates/echo/css/custom.css.

//change it width accordingly
.com_easyblog #eb .eb-avatar img {
width: 40px !important;
height: 40px !important;
}


Please give it a try and see how it goes
·
Monday, 29 May 2017 10:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Is there any Operation Manual for Echo template?
·
Sunday, 04 June 2017 22:50
·
0 Likes
·
0 Votes
·
0 Comments
·
HI there,

You can check on this URL http://echo.stackideas.com/documentation

Please advice
·
Monday, 05 June 2017 09:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear :

I try to overwrite template css as you recommend,But Avatar size no change.
·
Thursday, 08 June 2017 22:14
·
0 Likes
·
0 Votes
·
0 Comments
·
May i know which avatar you referring? can you provide us one of your page URL so we can better have a look?
·
Thursday, 08 June 2017 23:35
·
0 Likes
·
0 Votes
·
0 Comments
·
http://www.woo.idv.tw/blogger/
U can look at the page.
·
Saturday, 10 June 2017 22:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Try remove the previous CSS then add my following CSS and see how it goes.



.mod_easybloglatestblogger .mod-avatar img {
width: 70px !important;
height: 70px !important;
}

.com_easyblog #eb .eb-avatar img {
width: 90px !important;
height: 90px !important;
}

.com_easyblog #eb .eb-post-body,
.com_easyblog #eb .eb-post-more,
.com_easyblog #eb .eb-share,
.com_easyblog #eb .eb-post-foot{
margin-left: 105px !important;
}
·
Saturday, 10 June 2017 23:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear :
It is still not changed.
·
Sunday, 11 June 2017 23:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes,it's bigger than before.thanks for your help.my problem is settled down.
·
Monday, 12 June 2017 18:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Monday, 12 June 2017 20:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post