just posting the solution, this was the best way I find to solve this, thanks for this great theme 🙂
#masonry-loop .post-wrapper .entry-content {
position: relative;
}
#masonry-loop .masonry-entry .likebtn_container {
display: block;
position: absolute;
top: -27px;
right: 2em;
}
this solution seems to be good
I’ll test them and see which one is better, thanks for the patience
after a few tests I realized it is still overlapping…
even with this solution, any other idea?
thanks
sorry, actually this padding-bottom solve the issue, not perfect because when it loads correctly I may see a blank space below the articles, but it’s ok, better than cut it…
thanks
yes, this is a plugin from wordpress, and it looks like the like buttons are doing this.
this solution doens’t work, probably because the absolute stuff
the weird thing is when I switch between the website this solve.
hard, I don’t want to deactivate the like buttons…
if you have another idea let me know, thanks anyway