Hi there,
I have a problem with the comments view, they are only activated for the post but they are shown distorted, here the link with the problem, I would like how I can solve it, thanks
Error on comments view
jeff
#1
dimikjones
#2
Hello,
Problem is present because you have set line-height to 0 https://www.screencast.com/t/lKnq0GUzkL5q which is by default 1.8 if you check style.css file in original theme. You can change it there or apply custom css code below from Appearance > Customize > Additional CSS field:
body {
line-height: 1.8;
}
And result should look like this https://www.screencast.com/t/7rtQehH6qAV
Best Regards!
system
closed
#4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.