So we have been able to fix the issue now by inserting the following into custom css:
#footer-region{
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 9999;
}
So we have been able to fix the issue now by inserting the following into custom css:
#footer-region{
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 9999;
}
Hey! How can I stack a sticky footer on top of a pages content (like an overlay)?
https://thefutureofintelligence.ch/home_wip-copy/
It works for the svg graphic, but not for the text elements. I have played around with the layers tab, but have not found a consistent solution. Does anyone have an idea how to work this out?
Thanks in advance!