Is there any way to style the breadcrumb element so the breakcrumbs have linebreaks?
I’m working on a design that is looking for the effect shown below:
Thanks for your help!
Is there any way to style the breadcrumb element so the breakcrumbs have linebreaks?
I’m working on a design that is looking for the effect shown below:
Thanks for your help!
Hello @jptsetme,
Thanks for writing in!
You can style the breadcrumb to display on top of each other with custom CSS. Using your browser’s Development Tool, you can check the live HTML code and find which CSS selector you need to use or what CSS code has been used to style the page.
Check out this video demonstration:
The example code will look like this in the DevTool.
Changing the display property from flex
to block
will accomplish what you have in mind.
The code that displays in the right side of the screenshot above serves as an example code. Feel free to modify it when needed. Please note that custom coding is beyond the scope of our support. You will have to maintain any custom coding to make sure that it will still work after any updates or does not create any issues or incompatibility in the future.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.