Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3837974
Regarding Avatars' size
Closed

Comments

  • booomcha started the conversation

    Hi there. I was wondering if anyone could tell me how to make the comment avatars bigger?

    Thank you in advance.

    Attached files:  avatars example.jpg

  •  2,786
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .pc-cms-style-3 .thecomment {
      --avasize: 50px;
    }
    .pc-cms-style-3 .thecomment .author-img {
      width: var(--avasize);
    }
    .pc-cms-style-3 .thecomment .comment-text {
      margin-left: calc(var(--avasize) + 20px);
    }
    

    Regards,
    PenciDesign.

  • booomcha replied

    Perfect! Thank you so much!

  •  2,786
    PenciDesign replied

    Hi,

    Thank you!

    If you’re satisfied with our support, could you take a moment to rate us on ThemeForest? Your feedback means a lot to us.

    If you have any other questions, please feel free to let me know.

    Regards,
    PenciDesign.