Jul 29, 2020 2:26 pm
I was trying to figure out how to correct the amount of spacing after a comment. The comments are pretty far apart. I thought maybe it was the coding on the like feature - I want to disable that to see if that's causing it but I don't know where to disable that feature.
you can see what I am talking about here.
https://outlawsandsaints.com/social-media-bans-this-doctors-video/
2 Replies
Jul 29, 2020 2:37 pm
Hi @lowkey704,
Use this CSS code:
.jetpack-comment-likes-widget-wrapper .comment-likes-widget iframe {
height: 18px !important;
}
Put the code in the Top Admin Bar > Customize > Additional CSS > “Additional CSS” textarea, save it, delete all caches and check again.
Please don’t forget to press Ctrl+F5 (twice) on the frontend before checking
Jul 29, 2020 2:40 pm
wow that was quick and it worked! Thank you so much!