Why is my background gradient not displaying properly on mobile?

Hi

The background gradient is not working on mobile as it does on desktop (got an iPhone). The gradient happens along the entire page instead of having that “sticky” feeling.

Honestly, makes my bad website look even trashier haha

Any help would be very appreciated

www.spiritualsavage.co

Hi @SpiritualSavage
Thank you for your question.
I just checked your store and found that you are using the property: background-attachment: fixed
IOS devices still not support for that property.
In this case if you still want to use the background gradient, you need to add some custom code in your theme code.

Oh I see, what code and where should I place it?