Page 1 of 1

layer sticky not to screen edge but to page edge

Posted: Sat Aug 24, 2019 11:09 am
by piotrh
Is there a way to have layer to stick instead of edge of screen to page edge?
Lets assume I have page width set to 1250px. I have sticky layer top-left. Now if I view my page in a bigger browser window my sticky layer will go to the edge of screen.
I know this is expected behavior.
But is there a way to make layer sticky to the edge of my page? To make it not scrollable?

Re: layer sticky not to screen edge but to page edge

Posted: Sat Aug 24, 2019 11:22 am
by Pablo
You can enable 'relative horizontal sizing' to make it flexible.

Re: layer sticky not to screen edge but to page edge

Posted: Sat Aug 24, 2019 3:28 pm
by crispy68
Cant you just set the sticky layer to 'center-top'? The layer is only as wide as the page width. Otherwise, need more info and sample pic of what you are trying to accomplish.

Re: layer sticky not to screen edge but to page edge

Posted: Sun Aug 25, 2019 11:19 am
by piotrh
Thank You crispy68.
This might be exactly what I need, without having to use any extensions.
P