classic sticky / fixed elements?
-
I have two problems: I can't add classic sticky elements (not the implemented laytheme-sticky feature that is only stock for a brief period) on mobile without hard-coding them in the custom code page.
On desktop I can, via he second and third menu feature – though, I am limited to URLs in anchor-tags.
A possibility would be nice to add an element (link, code, image, text, ...) fully sticky / fixed on the page, also on the mobile page.
I am not award that this is possible right now.
-
you can give a row a class of "sticky-row" in a custom phone layout.
and then write css to make the row sticky:
.sticky-row{ position: sticky; top: 0; }On desktop I can, via he second and third menu feature – though, I am limited to URLs in anchor-tags.
Not sure what you mean because the sticky feature is just for elements inside of a gridder.