Are you not happy with your blog's comment avatar size?So,here we're going to put a simple trick to make your blog's comment avatar size as you desire by putting some extra css code.
How to Do This?
- Go to Dashboard - Template - Edit HTML - Proceed - Expand Widget Template
- Search(ctrl+f) for ]]></b:skin> and above it paste the below code
.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;
}
- Save the template and you're done.
Customization
to change the height and width of your desire comment avatar just change the value 64 on your desire.
If you enjoyed this tutorial don't forget to share with your blogger fellows.Thanks.
Post a Comment