create a static text block
-
Hi!
I'm trying to make my text block have a fixed position, so that when I scroll it always stays in the same place.
How can I do this? I guess I have to say that its position remains fixed, static, but I don't know where I can put this line of css, and what would be this line of code?
Thanks a lot
-
right click the text block in the gridder, choose "set html class and id"
in class write:fixed
then in css in lay options → custom css & html → custom css for desktop
write:
.fixed{ position: fixed!important; right: 20%!important; top: 200px!important; left: auto!important; }use a text element that is the last one in a row
otherwise element positions will get messed up -
right click the text block in the gridder, choose "set html class and id"
in class write:fixed
then in css in lay options → custom css & html → custom css for desktop
write:
.fixed{ position: fixed!important; right: 20%!important; top: 200px!important; left: auto!important; }use a text element that is the last one in a row
otherwise element positions will get messed up@arminunruh
Thanks for your very clear answer.Unfortunately it doesn't work, the text changes place on the grid and doesn't stay in position when I scroll...
Is there maybe another way to do this?
Thank you in advance for your help
-
can you send the url to the page