Breadcrumbs on single products pages – on mobile
-
Hello,
I would like to add breadcrumbs to single products pages on mobile devices.
Is it possible?
Could you please help me how do this?
Regards
MieT
Hello,
You can show the breadrumb on mobile devices for the product page but it may not fit the space well. Here is a code snippet to do this. Add it to the Custom CSS area for mobile devices
.single-breadcrumbs-wrapper .woocommerce-breadcrumb {
display: block;
}
Regards
Thanks,
You’re right, there is little space and looks a little bad…
Maybe font size can be reduced?
Regards
MieT
Ok, I set font sizes and margins – it looks better.
Thanks
MieT
Great, we are glad that you have found the solution.
Regards