Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #504052

    Hi

    I have a problem where long page titles overlap with long breadcrumbs. Is it possible to resolve this somehow? I’ve tried other solutions you’ve provided before but unfortunately wasn’t successful.

    Many thanks in advance

    Markus

    #504056

    Hey hofmannmarkus!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .title_container .breadcrumb {
      left: 45px;
      right: auto;
      top: 83%;
    }

    Regards,
    Yigit

    #504076

    Thanks Yigit

    Now all breadcrumbs are left aligned even if they are not overlapping

    Regards

    Markus

    #504082

    Hi!

    Yes, that was the expected behaviour. Unfortunately currently it is not easily possible to make breadcrumbs left aligned only if they are overlapping page title.

    Regards,
    Yigit

    #504100

    Thanks Yigit for the prompt response. I have settled for the following which slightly increases the title container and pushes the breadcrumbs slightly lower:

    .title_container .breadcrumb {
    top:48px;
    }
    div.div.div.container {
    height:65px;
    }

    • This reply was modified 9 years, 2 months ago by hofmannmarkus.
    #504103

    Hey!

    Great! Let us know if you have any other questions or issues : )

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Long Title overlaps with long breadcrumb’ is closed to new replies.