Hi Kriesi,
Please could somebody help with how I get the fixed image scroll effect to work on a mobile with enfold the way it does on a desktop or laptop.
Hey M-Graphics24,
Thanks for your patience, you can try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.avia_mobile #top .avia-full-stretch {
background-attachment: fixed !important;
}
but please note that this will not work for all iPhones or iPads, and may behave oddly, this is due to a limitation on these devices that can not be changed, so to offer a uniform experience across devices the background-attachment was changed to scroll on mobile devices.
If this doesn’t work for you then it’s best to not use it.
Best regards,
Mike