When my site is viewed on desktop It looks the way I want. Once I start to shrink the width of the browser window to test the responsive behavior the two images collide into each other just before the site snaps into the iPad portrait size.
Is it possible for the section with the iwatch image and text can move over to the left before both images bump into each other?
Hi. Using position: absolute; for layout is very “not responsive” approach. You can get the same layout with webflow grid (and add some extra padding or margin for one element offset).
For more complex layout:
For now if webflow breakpoints is not enough for you. You must add manually some code (media Q) (i dont think you should do this for this design)