Please correct if my understanding is wrong.
Right now the way I see floating group behaving is that to fix a floating group to the bottom,
- I give “Vertically float relative to” to “Bottom”.
- Then make “y” of the floating group to be a value which makes it at the bottom of the page in my design. So I calculate the page height, then reduce the height of floating group from it, and then assign the Y value to it.
Is this the way it has to be done?
Problem with this is that, in my process of designing, I change the page height, element positions etc quite often, and I have to keep doing the calculation of page height etc, each time. Also, if I am using this element on different pages, I have to do this exercise everywhere.
Is that how it works? I would have hoped that when we say “vertically float relative to bottom”, it would ask how many pixels from bottom do you want it to be up. That way I just set it once, and then play with other elements without worrying about it.
Is there a way to make it work like that?