Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hi there,
Please check the attached screenshot. There is a white curve showing between the comment and the feedback of that comment. However, it's not properly displayed. Please help me fix it.
Thank you.
Yihan
That is happening because you have disabled avatars on your Wordpress theme,
(view large version)
If you still want to disable avatars and remove those lines, then you can out this CSS on the Custom CSS area:
.comment-connector.visible {display: none !important;
}