Hello,
When I have a long page title, the breadcrumbs are also long. So when I set my page so that both the title and breadcrumbs show in my bar; when the page gets smaller, the breadcrumbs interfere with the title of the page, and it looks all messed up. What can I do to fix this?
Thank you!
Hey sanderhudepohl!
Add this to your custom CSS.
.title_container .breadcrumb {
position: relative !important;
right: auto !important;
margin-top: 0px !important;
}
Best regards,
Elliott
Hey Elliott,
Thanks for the quick reply! I added the custom CSS and works like a charm :) ! Many thanks!
– Sander
Hey Elliott,
One more thing; is there a possibility to align the breadcrumbs properly with everything else (see image)?
– Sander