Dear @viktorhor
Sure! :)
You can do this with the Custom CSS option located in
"Lay options" "Custom CSS & HTML"
[image: 1598298094972-screen-shot-2020-08-24-at-9.38.30-pm.png]
Adding Code for example like this:
.text.scrolltotop {
position:fixed !important;
bottom:0;
right:0;
margin-right:10px;
}
[image: 1598298128634-screen-shot-2020-08-24-at-9.38.42-pm-resized.png]
Here we have targeted the element that we desire and given it a fixed position to keep it "Fixed" to the viewport of the screen,
[image: 1598298227725-screen-shot-2020-08-24-at-9.40.20-pm-resized.png]
Additionally we have given it a "margin-right" of "10px" to give it space away from the side.
I hope this helps you in your Lay Theme Journey,
Best Wishes
Richard