How To Change Avatar Size In Blogger Comments

Posted by Unknown

This simple trick will help you to modify the avatars size in Blogger comments. For changing the style and size of avatars, we have to add some CSS codes in our Blogger template. So, let's begin:


Step 1.

Go to Dashboard - Template - click on the Edit HTML button - Proceed


...now select Expand Widget Template (I recommend to make a backup first)

    Step 2. Find (CTRL + F) this code in your template:

    ]]></b:skin>

    Step 3. 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/AVvXsEjDwHKVDGnzZjBCQMcaCql2XZDKHQqJ8uyHD1y_Jpku6mdwUZza67UBi1zUQ1VfNLdluEDG0tIoVg2wLX8KOvYXGpMjkbNny88lMkZXcJELOEovkjLNip4uoVc5zlU-mm4axFmEhhhMOo8/s200/anonymous.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width:70px;
    min-width:70px;
    height:70px;
    min-height:70px;
    }

    Note: If you want bigger/smaller avatars, change the values in red. To change the anonymous avatar, replace the URL address in blue with your own. (works only for previous commenting system)

    Step 4. Save the Template.

    Now view your blog to see the results. Hope you enjoy!


    { 1 comments... read them below or add one }

    Maruf said...

    This blog very is impressive; I am inspired how continuously you describe this topic. After reading your post, thanks for taking the time to discuss this,

    If you ssearching for a legit financial service .Check it out. Link below.
    legit paypal transfer dark web
    dark web financial services .
    Unclaimed Mystery Box
    I feel happy about it and I love learning more about this topic...

    Post a Comment