Hello,
how is this done, that the Page Title and the breadcrumb appears over a LayerSlider?
http://ebz-hildesheim.de/partner-netzwerk-energieeffizienz/partner-finden/
Glad about suggestions
Bernd
Hi Bernd!
You could use some CSS to set the breadcrumbs and title to an absolute position.
Perhaps something like this.
.title_container {
left: 50%;
position: absolute;
transform: translate(-400px);
}
Best regards,
Elliott