Hi all.
First I would like to congratulate you for the wonderful theme
I have a problem about the size of custom avatar images in the comments (see the figure). It is too big!
How can I fix it?
[The image for the avatar is uploaded from Buddypress profile panel]
Thanks
regards
Hi,
Can you post the link to it please?
Regards,
Josue
Of course.
http://besos.pw/2014/03/02/test-post/#comment-49
Thanks
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.gravatar img { max-height: 60px; }
Cheers!
Yigit
I’ve added
.gravatar img { max-height: 60px; } !important
because I’m using a child theme.
It works!!
Can I manage some files instead of use the Quinck CSS options?
Thaaanks
I’m happy to have chosen Kriesi’s Theme !! :D
Hi!
Please fixed the code as following
.gravatar img { max-height: 60px !important; }
You can add your custom CSS codes to Style.css file of your child theme :)
Regards,
Yigit
Ok… thanks.
Regards