Home Forums WoodMart support forum Breadcrumb on mobile not complete

Breadcrumb on mobile not complete

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

    Dukamalabuhader
    Participant

    Hello,

    for some reason while on desktop the breadcrumb on a product page shows the correct path start / category / product, on mobile / tablet the product part is truncated, see attached image. The image was taken from the official Woodmart demo site and behaves the same on my site.
    How to add the product to the breadcrumb on mobile?

    Best regards.

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

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-last {
    	display: inline;
    }
    .single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-link-last {
      color: #8E8E8E;
      font-weight: 400;
    }
    .single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-link-last:after {
        content: "/";
        margin-left: 5px;
        margin-right: 5px;
    }

    Regards

    #200183

    Dukamalabuhader
    Participant

    It works, thank you!

    Regards.

    #200207

    Artem Temos
    Keymaster

    You are welcome.

Tagged: ,

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

The topic ‘Breadcrumb on mobile not complete’ is closed to new replies.