How to show all the breadcrumb detail in responsive mode?
-
Dear Supporter,
In Mobile and Tablet Responsive mode, the breadcrumb could not show all the detail, how to let the breadcrumb show all the detail on the Mobile and Tablet screen?
Attachments:
You must be
logged in to view attached files.
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.
Hi,
I add this custom CSS, it solves the problems.
Thank you.
Thank you.
This issue could be closed.
-
This reply was modified 2 years, 6 months ago by
e911.tw.
Most Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘How to show all the breadcrumb detail in responsive mode?’ is closed to new replies.