By Johny on Tuesday, 20 December 2016
Posted in Technical Issues
Likes 0
Views 310
Votes 0
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]
·
Tuesday, 20 December 2016 00:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the answer! And into what css-file to insert it?
·
Tuesday, 20 December 2016 00:22
·
0 Likes
·
0 Votes
·
0 Comments
·
I am not sure if Gavick supports a custom.css but you can try to create a file in /templates/gk_news2/css/custom.css and placing the codes there.

If it doesn't work, try adding it into /templates/gk_news2/css/joomla.css
·
Tuesday, 20 December 2016 00:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Has created Custom.css hasn't helped, has added to Joomla.css too

Where still it is possible to try?
·
Tuesday, 20 December 2016 15:52
·
0 Likes
·
0 Votes
·
0 Comments
·
It seems to be working fine for me as you can see here, http://take.ms/9A8Ba . Am I missing anything here?
·
Tuesday, 20 December 2016 16:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, thank you!
·
Tuesday, 20 December 2016 16:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

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.
·
Tuesday, 20 December 2016 18:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post