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
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it