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

    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!

    #544704

    Hey sanderhudepohl!

    Add this to your custom CSS.

    .title_container .breadcrumb {
        position: relative !important;
        right: auto !important;
        margin-top: 0px !important;
    }

    Best regards,
    Elliott

    #545836

    Hey Elliott,

    Thanks for the quick reply! I added the custom CSS and works like a charm :) ! Many thanks!

    – Sander

    #545838

    Hey Elliott,

    One more thing; is there a possibility to align the breadcrumbs properly with everything else (see image)?

    – Sander

    #545848

    Hi!

    Please add following code to Quick CSS as well

    .title_container .breadcrumb { left: -3px; }

    Regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.