Hi Folks,
Hoping you can help me out with this one.
By default, the masonry display doesn’t show the full title of the post, so I’ve used this code to get it to display the full title:
.h-entry-cover span {
text-overflow: inherit;
white-space: pre-wrap;
}
It’s almost there. However, as you can see in the photo, some of the longer titles are still cut off. Is there anything I can add to the code to make the heading shift upwards a little bit so that the rest of it isn’t cut off? All I need is to move it upwards about 20px so that the whole thing shows.
Looking forward to your suggestions!
Thanks in advance!
Jeremy