Tagged: breadcrumb
Hello
is it possible to trim the title in the breadcrumb?
Because if it is long it will overlap with the title itself and it will get wrapped automatically and the result is quite ugly.
Maybe leaving the first x characters followed by three dots
Thank you
Mauro
Hey profumopuntoit,
Add this to quick css:
.bbp-breadcrumb-current{
width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
Best regards,
Jordan Shannon
Great thank you Jordan
You can close
Hi,
No problem at all my friend. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon