Saturday, May 5, 2012

How To Change Avatar Size In Blogger Comments

How To Change Avatar Size In Blogger Comments - Hello Friends The Joemo Blog, In the article you read this time with the title of How To Change Avatar Size In Blogger Comments, we have prepared this article for you to read and retrieve information therein. Hopefully The Article Blog Design The Article Comments The Article how to we write this you can understand. Well, Happy Reading!

Title and Link : How To Change Avatar Size In Blogger Comments

Read also other related articles in "Related Articles" at the end of this article.

How To Change Avatar Size In Blogger Comments

This simple trick will help you modify the avatars size in Blogger comments whose default size is of 36px... pretty small considering that a lot of sites these days are using much larger avatars. To change the style and size of avatars is very easy - you just need to add the CSS code in your Blogger template that will make size of avatars to have width and height of 64px.


Step 1. Go to Dashboard - Template - click on the Edit HTML button


...click anywhere inside the code area and press CTRL + F to open the blogger' search box

Step 2. Type or paste this tag inside the search box and hit Enter to find it:
]]></b:skin>
Note: you may need to click on the arrow next to it and then search this tag again

Step 3. Depending on which comment system you use (with reply/no reply), copy and paste one of the following codes just above it:

[Works in Blogger threaded comment system]
.comments .avatar-image-container{
background-color: rgb(34, 34, 34);
border:1px solid #ccc;
margin: 0px 10px 0px 0px;
padding: 0px 0px 0px 0px;
width: 64px;
max-height: 64px;
}
.comments .avatar-image-container img{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
max-width: 64px;
height: 64px;
}
[for old blogger commenting system]
.avatar-image-container{
border:1px solid #d6d6d6;
margin-left: -30px;
-moz-border-radius: 4px;
background:#fff;
height:70px;
min-height: 70px;
width:70px;
min-width:70px;
}
.avatar-image-container img {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0r31Kq6P9Tf92RZd2Cwmlbdkli9lBq_NCG7d_MKM7Z_I1anIUkEV1XtRbF65owvtUUc7YrzvCWe6-8NeYmpBsaIIreNTHlRxtbPEh-weet5qacGw5Pcwe56KaDqUH-zyz5GbU6s0R9H8/s200/anonymous.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
width:70px;
min-width:70px;
height:70px;
min-height:70px;
}
Note: For bigger/smaller avatars, change the values in red. To change the anonymous avatar, replace the URLs in blue with your own. (works only for the old commenting system i.e. that has no reply option)

Step 4. Cick on the Save template button to apply the changes.

That's it. Now the Blogger comments avatars should look bigger.


So an article about How To Change Avatar Size In Blogger Comments
The article How To Change Avatar Size In Blogger Comments this time, hopefully can give benefits to all of us.Well, see you in our other articles.

You are now reading the article about the How To Change Avatar Size In Blogger Comments with link https://thejoemoblog.blogspot.com/2012/05/how-to-change-avatar-size-in-blogger.html

0 comments

Post a Comment