Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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/
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
wow that was quick and it worked! Thank you so much!