PREV/NEXT links

Hi,
When I have a long title on a post, in the next/prev button area on posts gets a little conflicted and overlaps.
Is there any way to cut the text with ellipses at a certain number of characters?
Or just change those buttons to read next/previous?

See the issue on the bottom here: https://zanis-demo.000webhostapp.com/maddies-fund-grant-recepint/
or the attached Screnshot

Thank you in advance!
~shetland shake

Sorry, got wrong image at first

Hi,

I could not replicate the same error that you have, did you fix it?

Thanks,

Cristian

No, it is still there.
I wouldn’t call it an error, per say. I believe this is the default behavior.
It just looks very awkward with a long title on both desktop and mobile.

I was wondering if there is a way to change those buttons to read “next” and “previous” rather than use the title of the post, or ellipse the title after a certain amount of characters

Does that make sense?

By the way, I SO appreciate your help

Hi @shetlandshake,

The best solution that we could find is to reduce the font-size, try this css code:

.flex-caption .excerpt  {
font-size:10px; /*put your values*/
}

Thanks,

Cristian