Fix the display of breadcrumbs on mobile
-
On my mobile (Galaxy S6), the display of the breadcrumbs is showing fine because the screen is still large.
But on my other mobile (Galaxy S8, screen less large), the breadcrumbs are not showing good, especially when I go deep into the sub-categories.
Example below :
https://gevcen.be/product-category/cordonnerie/semelles/semelles-par-matiere/charbon-actif/
Attachments:
You must be
logged in to view attached files.
Hello,
Deactivate the settings/plugins which prevent viewing the code of the page and inspect elements. We shall try to provide custom CSS.
Best Regards
Protection disactivated. Can you re-investigate please?
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile
.offcanvas-sidebar-mobile .shop-content-area:not(.col-sm-12) .shop-loop-head .woocommerce-breadcrumb {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
Best Regards
Perfect. Works well. Can be closed.
Can you mark this as completed? Thanks
The topic ‘Fix the display of breadcrumbs on mobile’ is closed to new replies.