Why is my mobile gradient color not changing correctly in Dawn?

Hello,

I am using gradient for the announcement bar. Everything on desktop is fine but on my phone the gradient is not showing properly. It looks like it is showing mostly one of the colors and just a little bit of the second one.

Any ideas how to fix it?

@YordanB

give me the store URL

Thank you but I fixed it by myself. I changed the code in

Assets - base.css:

.gradient

background-attachment:" from Fixed to Inherit

Hi  @YordanB  
I'm Kate from PageFly-Landing Page Builder, I'd like to suggest this idea:
You find class announcement-bar

I have suggested CSS code for you as follows you add in the class announcement-bar this attribute

background: #FC5C7D !important; 
background: -webkit-linear-gradient(to right, #6A82FB, #FC5C7D) !important; 
background: linear-gradient(to right, #6A82FB, #FC5C7D) !important;