Hey
I've created a centered/fixed text-element on this Page:
http://leandrodisler.com/archiv
Password is: hello
I've made a regular textbox in the gridder and gave it a HTML class.
This is in my Custom CSS:
.archive{
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
Now the Problem: as you see the element is fixed and centered first but when i scroll the element jumps and takes a new position.
What could be the reason for this?
ps. Also i would love to have this text in front of the whole content of the site, is this possible?
Thanks