Home Forums WoodMart support forum Breadcrumbs – line break

Breadcrumbs – line break

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

    TRT
    Participant

    Hello, I need your help, as you can see in the annex, the Breadcrumbs, it is giving a line break, which is normal due to the size of the title, in this case, what do you suggest?

    I had thought about perhaps restricting the number of characters in the title (then I would need your help)

    remove home and the Breadcrumbs would look like this (suspensao/ bolsa suspensora / titulo) here I would also need help

    or remove the title when it exceeds the width limit, I also need help

    But what would be the best option and its impact on SEO?

    thanks

    Attachments:
    You must be logged in to view attached files.
    #549007

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the solution below, define the code in Theme Settings -> Custom CSS.

    .single-product .breadcrumb-last {
        width: 200px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    Kind Regards

    #549121

    TRT
    Participant

    thank you solved the problem

    #549125

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! If you do not mind, can you please leave a 5 stars rating for our theme by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future. It would encourage our work a lot.

    Have a good day!

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Breadcrumbs – line break’ is closed to new replies.