Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1029995

    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

    #1030104

    Hey profumopuntoit,

    Add this to quick css:

    .bbp-breadcrumb-current{
        width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    Best regards,
    Jordan Shannon

    #1030364

    Great thank you Jordan
    You can close

    #1030489

    Hi,

    No problem at all my friend. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘trim title in breadcrumb’ is closed to new replies.