Widgets and Chatboxes are out of view when playing in standalone mode

Hi there,

The chatboxes and widgets or elements on the very right side are out of the screen when in standalone mode

It’s probably about my screen size or resolution settings but I couldn’t find a way to fix it

Preferences seem to be normal with native screen resolution

Any ideas on how to move it a bit to the left?

Or can I change the size of the chatbox at my own will in anywhere?

You can change the size of the chat box in the widget blueprint design section, or at runtime on pre construct though this would require you to query screen size and set the widget scale accordingy using some equations. The ideal approach would be to set the the widgets root component to a canvas panel though, it should then automatically adjust its size and maintain correct placement regardless of screen size