Positioning game objects for multiple screen sizes

Hello,

I’m trying to layout a level, I run into problems with the level changing it’s layout when screen sizes change. I’ve tried go find more info on the topic but I seem to not find enough to be able to solve it in a good way… My current plan is to make a grid and use coordinates to position the elements.

I’m interested in hearing how You approach this problem? Thanks!