Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #234796

    Hi, I have a problem in the visualization of the breadcrumbs when the element has a name too long or when the breadcrumbs is too long (see link)

    However, I would like to have the element name on the left and the breadcrumbs on the right, like now.

    So, is it possible to move the breadcrumbs below the element name only when there is a problem of visualization?

    Thanks

    • This topic was modified 10 years ago by cerf.
    #234801

    Hey cerf!

    Please add following code to Quick CSS

    .title_container .breadcrumb { top: 65%; }
    .title_container .main-title { margin-top: -10px; }

    Best regards,
    Yigit

    #234811

    Great!

    Many thanks Yigit

    #234814

    Hey!

    You are welcome, glad we could help! :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to manage breadcrumbs?’ is closed to new replies.