How can I permanently fix a blinking header on my online store?

Hello!

I have facing one problem. My store header is not fully fixed. When you scroll, the header blink slightly. I want to fix permanently. Sample store https://m.milanoo.com/

My store https://aromadelicioso.myshopify.com/

And password of my store is whawte

Let me know if anyone knows the solution to this problem.

Thank you!

1 Like

@tahausaid

yes, please try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset->/theme.css ->paste the below code at the bottom of the file.
#header {position: fixed;top: 0;}

It looks like now’

1 Like

@tahausaid

that’s code worked?