sticky Stacked element & sticky at bottom
-
Hi, two questions:
1- Is it possible to make stacked elements sticky? Would love to have the possibility to have H1, Horizontal line, Body text....
2- How can I define how to make a sticky element sit at the bottom of the website? Of course the row is not 100vh because it contain multiple images.. so I don't know how to get around this....Thank you!

-
1: can you just put the texts into one text element and make that textelement sticky?
i will add sticky functionality to the next update for stack elements
2.:
add class: bottom-sticky
use css:
.bottom-sticky{
height: 100vh;
flex-direction: column;
display: flex;
justify-content: end;
} -
Thanks @arminunruh. And do you know when it will be available the next update for stack elements? Cheers!
-
it is already available i think no? update lay theme and then i think you can do this:

-
Thanks Armin.