%, vh, vw
).If your Webflow website is displaying incorrectly on Safari on iPad or MacBook Air, the issue could be related to flexbox, grid, or custom CSS that behaves differently in Safari. Follow these steps to troubleshoot and fix the issue.
-webkit-
, which can behave differently.flexbox
and grid
differently than Chrome.display: flex
, ensure flex-basis
, justify-content
, and align-items
are not causing unexpected behavior.grid-template-columns
or grid-template-rows
are correctly defined.px
) instead of relative units (%, vh, vw
).min-width
, max-width
, or auto
to make elements more flexible.window.innerHeight
for full-height elements.If your Webflow site is not displaying correctly in Safari on iPad or MacBook Air, check for flexbox or grid inconsistencies, fixed-width layouts, and custom CSS issues. Use Safari Developer Tools to diagnose styling conflicts and adjust breakpoints for better responsiveness.