Home Forums Latest articles overlapping the bottom ones Reply To: articles overlapping the bottom ones

#4310
Andy
Keymaster

Hi,

I have taken a quick look at this.

A possible solution would be to make the thumb buttons only appear when hovering over each article with this additional css:

.masonry-entry .likebtn_container{
    display: none;
}
.masonry-entry:hover .likebtn_container{
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
}