Commentators Avatar Box-Shadow Effect Issue

Hello,

I’m enjoying building a website using your awesome theme. But I’m facing a strange problem that I couldn’t figure out how to fix. In the comments section of the posts, the avatar image of the commentator has a nice box-shadow effect, but they aren’t displayed correctly, the box is under the image instead of over it.

I’m wondering if you can help me with that.

The website is currently in maintains mode, but you can view it using a skip link that I included in a secure note.
You will need to go to the blog, (the first tap from the left in the header).

Then click on the first bost.

And then scroll all the way down to the comments section.

Thanks,
Sufian Diraneyya

Hey Sufian,

First, we are happy to hear that you enjoy using our theme.

Regarding the issue, I have replicated it on my test site so I’ll post this in our issue tracker so it will be queued for fixing.

For now, please temporarily add this code in Theme Options > CSS.

.x-comment-img .avatar-wrap:before {
    top: 0;
}

Hope that helps.

That worked perfectly. Thank you very much!

You’re welcome. Glad it helped.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.