Home Forums WoodMart support forum How to show all the breadcrumb detail in responsive mode? Reply To: How to show all the breadcrumb detail in responsive mode?

#438555

Hello,

By default, the Breadcrumb is set to flex-wrap as no-wrap which is why it appears in one line and works on scroll for the overflow words.

Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for mobile section & Custom CSS for tablet areas:

.wd-single-breadcrumbs.wd-nowrap-md [class*="-breadcrumb"] { flex-wrap: wrap !important; }

Hope this helps !

Best Regards.