What’s the odd behaviour? It seems on mobile landscape exactly the same as the designer for me. Could you give a screenshot from your mobile, or let us know the way you expect it behave.
The ONLY setting I can see that is different on landscape mobile is the parent div of those 3 blocks…
Could you remove that one style, just to try it. It’s not set on any other breakpoint, just that one.
No logical explanation as to why it might be that, but start at the most obvious and work backwards…
I’ve tagged cyberdave in who is Webflow Staff, you can send an email to support@webflow.com
I appreciate it’s frustrating but try it on another device too if possible. It’s odd that it’s seem only yours is not working, which seems it’s more to do with your device/browser than a bug. I’ve just tried on cross browser as a few different phones and it works OK, and on an older Galaxy S5, an iphone 6 both in Landscape and it’s fine too.
Close the browser, delete the cache and try again.
This behavior is being caused by the use of pixel units for the image 9 element - Since the width exceeds the viewport, it creates this additional spacing on the layout - since the resolution can vary between devices, you might only experience this issue in some phones and in other you might not even notice.
Seems that you are using Flexbox on this section - there is a known issue on how IOS renders Flexbox, so I’d suggest that you try to recreate this layout using Safari instead.
This way you’ll make sure that to correct any issues while designing and prevent odd Flexbox rendering for IOS devices.
You can definitely keep using Flexbox - Iin this case, designing directly in Safari, can make it easier to implement small fixes to prevent further issues with how IOS browsers render Flexbox.