hello i have a fixed IMG background on our newsletter sign up section, its working on desktop but on mobile its stuck still, i have seen sometimes it doesn’t work on mobile however i have another section that had the option to select ‘fixed background’
this section however i used this code to set it fixed;
{
background: url(“https://cdn.shopify.com/s/files/1/0870/7788/0100/files/girltimebanner.png?v=1718951416”)
no-repeat center;
background-size: cover;
background-attachment: fixed !important;
}
any ideas of how i can get it to work on mobile?
thank you ![]()
