So I’m using essential grid to make a blog section on my home page, but the hover-over description is sometimes so long it blocks out the “read more” button
What can I do so that the hover description only shows a short summary with a … instead of the entire blog headline?
I originally had this issue on my home page, but I was able to fix that with some code, not sure.
The page in question is www.ohiocannabis.com/patientreviews
But am trying to create a new Ess. Grid and running into the same problem & I was given this code to use before, but I’ve added it back in and it doesn’t seem to be affecting the Patient Review page?
.eg-essential-preview-element-1 {
width: 80%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
