Hi
Could you point me in the direction, so I can make my breadcrumbs show up under my page title by perhaps dropping the breadcrumps down a line – My page titles and breadcrumps are long, which I need but they overlap
Best
Joe
Hey Joe!
Try adding this code to the Quick CSS:
.breadcrumb {
width: 35%;
top: 13px !important;
}
Cheers!
Josue
Hallo Supportteam!
.breadcrumb {
width: 35%;
top: 13px !important;
}
Die o.g. Lösung funktioniert am Bildschirm. Sie ist aber leider nicht responsive – siehe
Gibt es hier noch eine bessere Lösung?
Besten Dank für Eure Hilfe!
Regards
PEter
Hi Peter,
I couldn’t see any breadcrumbs on the page you linked to or on the sub pages, could you link to a page where we can see the problem please?
Best regards,
Rikard
Hi Rikard,
here the link:
Please try to reduce the width of browser to see the effekt.
Best regards
Peter
Hi!
Try changing the code to:
@media only screen and (min-width: 989px) {
.breadcrumb {
width: 35%;
top: 13px !important;
}
}
That way it will only be applied from 989px and beyond.
Regards,
Josue