Latest posts titles

Hello guys! Me again I am so sorry …
but in the latest post elements, the title is not showing entirely. Is it possible to change it, so that readers can know what the post is about?
thanks a lot
best,

Hi Isabella,

Please add the following custom CSS to Theme Options > CSS

/*recent posts full title*/
.x-recent-posts .h-recent-posts {
	text-overflow: unset;
    white-space: normal;
}

More info about text-overflow and white-space CSS property.

Cheers!

oh! wow! thanks a lot it works great! :slight_smile:

Glad we could help,

Cheers!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.