Skip to content
Public Ticket #30882

Regarding Avatars' size

Conversation thread

PenciDesign Supporter replied

Staff Reply

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.

booomcha replied

Customer Reply

Perfect! Thank you so much!

PenciDesign Supporter replied

Staff Reply

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 started the conversation

Conversation Start

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

Thank you in advance.

Want to join this conversation or access attachments? Sign in first.