Hey guys. Just wondering if you had some thoughts as to why my homepage renders likethis on my ipad: https://prnt.sc/nh1ijh
It’s a pretty old iPad. But still…
Actual link: https://js-interactive.com
Hey Justin,
Thank you for using Enfold.
Is that an iPad Pro? Try to adjust the maximum height of the “#home” section and make sure to use a css media query that targets that specific device.
#home {
max-height: 50vh;
}
CSS media query for iPad Pro:
// https://stackoverflow.com/questions/41978487/correct-media-query-for-ipad-pro
Best regards,
Ismael