Tagged: breadcrumb, enfold, title
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
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
Thanks Yigit
Now all breadcrumbs are left aligned even if they are not overlapping
Regards
Markus
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
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;
}