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.
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.
- The gravatar images in comments area are now perfect!
- The Author section in the sidebar (in about Me section) is also perfect!
- It’s now only the writer’s gravatar image at the bottom of each post. I hope this helps. Thank you guys 🙂
Hello @sie3
You can use the following code in additional CSS box in customizer:
.entry-author-box .article-author-avatar {
width: 90px;
}
Thanks