gap
on older Safari; use manual margins for spacing instead.gap
support and test on real/simulated devices.CSS media query-based gap
properties may not work on older Safari versions like the one on iPhone 5 (iOS 10.3.4), as support for gap in flexbox layouts was only added in Safari 14+.
gap
property in flexbox (commonly used in Webflow layouts) isn't supported in Safari versions prior to v14, which includes Safari 10 on iPhone 5.gap
, row-gap
, and column-gap
won’t apply to flex containers on these devices.gap
does work in grid layouts, even back in Safari 13, but not earlier.gap
with manual margins to support older browsers.gap
more consistently across older browsers.gap
in Flexbox, so feature detection won’t help here.max-width: 320px
) directly in Webflow’s Designer using custom breakpoints or via custom code in Page Settings.To make gap
spacing work on iPhone 5 with iOS 10.3.4, don't use Flexbox gaps. Instead, manually apply margins for spacing or switch to a CSS Grid layout if the design allows. Be sure to test with real or simulated conditions to ensure full compatibility.