• Hi There. What settings do I need to show clear Gravatar images on Theme Matina?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @sie3

    You can use the following code in additional CSS box in customizer:

    .entry-author-box.author-box--layout-default .article-author-avatar .avatar-wrap img {
    height: auto;
    width: auto;
    }

    Thanks

    Thread Starter sie3

    (@sie3)

    Thanks, I’ve added the CSS code. But it didn’t fix the problem. You can check via mobile devices.

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @sie3

    You can use the following code in addiitonal CSS box as well:

    .comments-area .comment-author img {
    width: auto;
    height: auto;
    }

    Also can you provide us the screenshot so that it will be easier for us to debug as well.

    Thanks

    Thread Starter sie3

    (@sie3)

    That went well, only one issue left.

    1. The gravatar images in comments area are now perfect!
    2. The Author section in the sidebar (in about Me section) is also perfect!
    3. It’s now only the writer’s gravatar image at the bottom of each post. I hope this helps. Thank you guys ??
    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @sie3

    You can use the following code in additional CSS box in customizer:

    .entry-author-box .article-author-avatar {
    width: 90px;
    }

    Thanks

    Thread Starter sie3

    (@sie3)

    Thank you??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Blurry Gravatars’ is closed to new replies.