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 -
@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
I don't answer or check forum DMs, please just post on the forum.
Before you post:
Use the Search Feature. Maybe there is already a solution to your issue.
1. Update Lay Theme and all Lay Theme Addons
2. Disable all Plugins
3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
4. Now see if your problem solved itself
5. Go here, see if your problem is listed here:
Troubleshooting
When you post:
1. Post a link to where the problem is
2. If the problem is difficult to explain, post screenshots / link to a video to explain it