Breadcrumbs gone on mobile view since update?
-
I seem to have lost the breadcrumbs of the product being viewed (last breadcrumb) on mobile devices?
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body [class*="single-breadcrumbs"] :is(.woocommerce-breadcrumb,.yoast-breadcrumb) .breadcrumb-last {
display: inline-block;
}
body [class*="single-breadcrumbs"] :is(.woocommerce-breadcrumb,.yoast-breadcrumb) .breadcrumb-link-last {
margin-inline-end: 6px;
}
body [class*="single-breadcrumbs"] :is(.woocommerce-breadcrumb,.yoast-breadcrumb) .breadcrumb-link-last:after {
content: "/";
}
Kind Regards
Thats done the trick 🙂 thanks again.
you can close the ticket 🙂
You are welcome. Feel free to contact us if you have any further questions.
The topic ‘Breadcrumbs gone on mobile view since update?’ is closed to new replies.