Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter paulamau

    (@paulamau)

    I discovered how to remove the gravatars but would really like to use them if I can regain a normal scale. Thank you.

    You can see what I mean on my test site: http://lumateam.com

    Plugin Author kevinhaig

    (@kevinhaig)

    I will look into this when I get a chance

    Plugin Author kevinhaig

    (@kevinhaig)

    For some strange reason your theme has a .avatar{width:30px;height:30px;} style

    go into the katb_user_styles and add the following to

    .katb_avatar img.avatar,
    .katb_widget_avatar img.avatar
    {
    height: auto;
    }

    and to

    .katb_avatar_round_image img.avatar,
    .katb_widget_avatar_round_image img.avatar
    {
    height: auto;
    }

    Thread Starter paulamau

    (@paulamau)

    Perfect – Thank you!!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Gravatars are elongated.’ is closed to new replies.