Hello! After I updated a component to the 5th version, I had problems with avatars. For example, it is avatars of bollegr, in Categories, they are very small. Prompt what to do?
This is actually caused by your template enforcing a max-width and height to the images. See my screen shot here, http://take.ms/GBhKA
To reset this, you could add the block of css codes below:
[gist]
body .eb-category-avatar {
max-width: none !important;
}
[/gist]
You are most welcome. Glad to hear that your issue has been resolved now.
As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.