Hi, is it possible to fix the slider on the home-page, that the other content is scrolling over this slider?
Cheers,
Markus
Hi, i made it.
There are customm css at the slider settings:
.ls-slide {
position: fixed;
}
Then in own css (child theme):
.ls-container {
z-index:1;
}
#av_section_1 {
position: relative;
z-index:100;
background-color: #ffffff;
background-attachment:scroll !important;
}
And then it works. :-)
Cheers,
Markus