Comments booomcha started the conversation3 weeks ago on March 13, 2025 at 11:50pmHi 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,786PenciDesign replied3 weeks ago on March 14, 2025 at 1:21amHi, 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.1 Likebooomcha replied3 weeks ago on March 14, 2025 at 5:42amPerfect! Thank you so much! 2,786PenciDesign replied3 weeks ago on March 14, 2025 at 5:54amHi, 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.1 Like Sign in to reply ...
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
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Perfect! Thank you so much!
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.