Struggling to dynamically resize elements on different screen resolutions

Hello! I’ve got a website built in Wix Studio Editor and looking good on 3840x2160 using full-width layouts like strips/columns etc so that, in theory, when it’s loaded on a different desktop resolution (eg. 1920x1080) these elements should dynamically resize.

What happens in practice is that the columns resize and reposition, but anything attached to the columns of these strips - like text, or an image - doesn’t get adjusted, it remains the same offset from the left edge of the column and at the same size, which obviously causes the website to look completely broken. The font also doesn’t resize at all to fit different screen resolutions.

I’ve tried using containers attached to the columns as well (which I’d assume would resize?) but those don’t seem to work. ChatGPT told me the same thing, ie. to use containers. I’ve also read about an option called Scale Text but it doesn’t even appear next to the font size when I follow the instructions on this page.

I’m at a loss here - this is obviously really basic functionality so there must be a way to do it, but I can’t for the life of me find it. Could anyone help? Thanks! :slight_smile:

Update: the offset thing was simply an alignment issue and easily fixed, but the resizing issue remains - images and text attached to these dynamic-width columns don’t seem to also resize when changing resolution, they just chop off the edges.