Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #234426

    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!
    size avatar images
    How can I fix it?

    [The image for the avatar is uploaded from Buddypress profile panel]

    Thanks
    regards

    #234528

    Hi,

    Can you post the link to it please?

    Regards,
    Josue

    #234615
    #234742

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .gravatar img { max-height: 60px; }

    Cheers!
    Yigit

    #234781

    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

    #234783

    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

    #234786

    Ok… thanks.

    Regards

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Size avatar images in comments.’ is closed to new replies.