Ui slides to the right in lower resolution

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I want to make the ui stay centered in the middle while making it big in small devices and positioned correctly

  2. What is the issue? Include enough details if possible!
    Ui slides to the right when in lower resolution (Image below)

Normal resolution:

Low resolution (iphone 4s)

  1. What solutions have you thought of so far?
    Ive tried several solution but it didnt worked like deleting the UiAspectRatioConstraint and it did centered but its broken

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

This is the setting i used in UiAspectRatioConstraint
Screenshot 2025-02-10 214053
And this is for UiSizeConstraint
Screenshot 2025-02-10 214326
This is the child of the frame
Screenshot 2025-02-10 214011

If you want more details, You can ask me, Ty.

Never use offset for centering UI objects. Set the element’s X anchor point to 0.5 and the X position to 0.5 (scale).