Home › Forums › Latest › articles overlapping the bottom ones › Reply To: articles overlapping the bottom ones
April 3, 2018 at 3:34 pm
#4359
smagnun
Participant
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;
}