Unfortunentlyy it does not work!
So I created a new css file "custom.css" in my Template.
Content:
.body-innerwrapper {
overflow-x: clip;
}
.sppb-column.position-sticky{
top: 110px;
height: fit-content;
}
My right Column has a min hight of 400px and my left columne (image) 150px.
The right column i added the css-class ".position-sticky".
Why does it not work?
please check my page with F12 comand..
in the bootstrap.min.css i found:
.position-sticky {
position: -webkit-sticky!important;
position: sticky!important
}
so what I need to do??
Thank you!