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

How to show all the breadcrumb detail in responsive mode?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #438484

    e911.tw
    Participant

    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.
    #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.

    #438674

    e911.tw
    Participant

    Hi,

    I add this custom CSS, it solves the problems.
    Thank you.

    #438687

    e911.tw
    Participant

    Thank you.
    This issue could be closed.

    • This reply was modified 1 year, 2 months ago by e911.tw.
    #438836

    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.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘How to show all the breadcrumb detail in responsive mode?’ is closed to new replies.