How To Increase Avatar Size In Blogger Comments - Do you want to increase the blogger commentator avatar size then there is a simple way to do that with css codes. Normally blogger avatar in comment section is 35px and some custom blogger template that is may be 40px or some are too smaller but if you want to increase it then you can do it easily. Here is the way to
increase avatar size in blogger comments.
How To Increase Avatar Size In Blogger Comments
At first simply log in to
blogger.com and go to your blog dashboard now click on
template and open edit html now click anywhere on template editor and press
CTRL+F button that will open a search box on top right side of template editor now click on the search box and paste
]]></b:skin> and press enter to search. You will find it easily now before the
]]></b:skin> paste the bellow codes.
.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: 70px;
max-height: 70px;
}
.comments .avatar-image-container img{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
max-width: 70px;
height: 70px;
}
Now click the save template button and you have successfully increased your comment avatar sizes on your blogspot blog.
0 Comments