Fixing: Power Apps Canvas App Screen left-aligned After Publishing
It's a normal behaviour. In Power Apps, the Canvas App editor gives you a fixed working area (the design canvas) that appears centered by default. However, once you publish and run the app, it adjusts to the screen size and aspect ratio of the user’s device.
If your app is not configured to adapt properly, it may appear left-aligned or off-center, especially in desktop browsers or on larger screens.
Adjust App Size and Orientation Settings
If the app is using a fixed size (e.g., 1366×768) but the screen resolution is larger, Power Apps may anchor the app to the top-left corner by default and to fix this issue, you have to adjust the Display settings of your App as the following:
- Edit your App.
- Click on the Settings icon.
- Click on the "Display" tab.
Ensure the following settings are applied:
- Orientation: Set based on your app (Landscape for tablet/desktop, Portrait for phone)
- Scale to fit: On
- Lock aspect ratio: On

The "Scale to Fit" and "Lock Aspect Ratio" Settings determine how the app adjusts on different screen sizes.
- If “Scale to fit” is turned off, the app won’t center or scale with the screen.
- If “Lock aspect ratio” is off, the app may stretch and appear misaligned.