I found out how to fix it.
So instead of dividing by 2 for the position e.g.
Size = {0, 100},{0, 100}
The position would be {0.5,-50},{0.5,-50}. But now instead of -1/2, you need -3/4
So Now the Position will be
{0.5,-50},{0.5,-75}
So for the Y Offset, just use -3/4 instead pf -1/2 of the original size. |