the problem is, the label is a child of AnchorTop, which has an anchor for the top of the screen. If I set the label to advanced anchor type, you cannot change what it is a target of, you only have the option for "Target's Center", which doesn't work.
I tried creating a transparent sprite object that resizes automatically, then, instead of using anchor, the target is now the sprite.
The problem is, now the sprite has a problem of connecting properly.
So, now I try to add UIStretch to the transparent sprite, then anchor the label to the sprite so I can actually select the offset from top,bottom, left, right, but the underlying sprite is still offscreen and I get the same problem as mentioned.