Hi
Is there any question why there is so much space between posts on the post list like on the website http://sdn.szczecin.pl/oni-u-nas-byli/? Could you please help me to reduce that space, because it looks bad…
Thank you
Hey netarc!
It’s from the facebook like button. Try adding this to your custom CSS.
.entry-content span {
height: 20px;
overflow: hidden;
}
Regards,
Elliott
Thank you. Works just fine.