What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I have tried scaling it but streched it more so I un did it.
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
I used auto scale lite- unit conversion- size- scale
I used to get confused with the same ptoblem when I started UI design too, until I knew about the UIAspectRatioConstraint object!
Basically insert the UIAspectRatioConstraint object inside the main frame that holds the entire UI group, then set the value of the UIAspectRatioConstraint to achieve the size you want on all screens.
If you have problem with setting the values yourself, you can get the AutoScale plugin to set it automatically (depending on the size appearing on your screen).
Notice: Make sure you’re not using the device previewer while doing this!
That’s because you have to place the UIAspectRatioConstraint inside the main frame that holds all the objects and not just the 2 frames that the problem occurs with. You can as well place it in each parent object, in case they’re split and not inside one object.
Don’t forget to mark my post as a Solution if it works well for you
The UIAspectRatioConstraint needs to be put right below the holder/parent of all objects. that way it keeps all of the objects aligned the same way you intended as well as it would resize them together automatically.