Breadrumbs character limit

Posted in: Newspaper
Post count: 55

Hi,

We have really long titles in our posts.

There is any way to limit the number of characters for the breadcrumbs?

Thank you,

Post count: 55

Bump!

Post count: 3343

Hi,
Try from here, change this value: http://screencast.com/t/Wah4PJOUL8

Thanks!

Post count: 55

Hi Marcus, thank you.

I found another CSS solution that may help not touching the source file.

/* Limit breacrumbs characters */

.entry-crumbs {
-o-text-overflow: ellipsis; /* […] Opera */
text-overflow: ellipsis; /* […] IE, Safari (WebKit) */
overflow: hidden; /* don’t show excess chars */
white-space: nowrap; /* force single line */
width: 600px; /* fixed width */
}

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.