Why is my design getting clipped instead of being responsive?

Hi everyone. In the pass, the text would automatically wrap but my design is getting clipped. Can I get some guidance on why this is happening? Here is a picture of what I’m talking about.


Here is my site Read-Only: Link

It is something that we need sometimes, to Put text on top of our picture. It may be why they changed ? Wraping is also good sometimes. Maybe you need to write click to see there is feature to wrap ? I have not use for long time this design user interface…

Best luck.
Sincerely
Cloud Render Farm Services

The box that contains your images is wider than the breakpoint and your image is set to 100%. Thus images bleed off the screen at 2 breakpoints.

Set the image container width to match the breakpoint then set the image to %100 or a bit less if you want a bit of margin.

1 Like

Thank you! That worked.