Hi there!
In my header in my Shopify Store Wonder theme, I see a bounce every time that I refresh my screen or click on anything in my header. I think this is because I have a lot of code to keep my header in place how I want it so I think the items on it bouncing is because of the header trying to lock into place where I put it. How do I get it not to bounce?
Please let me know! 
1 Like
An easy way to test the bounce is to revert to original theme.
1 Like
Hi! That bounce usually happens when a sticky header has extra code or scripts affecting its position. The header is bouncing because when it becomes fixed, it’s pulled out of the normal layout flow, causing the content beneath it to jump up. Usually, adding top padding to the main content area equal to the header’s height reserves that space and stops the shift. Checking these things often helps resolve the issue.
It seems to be the items I have on my header not the header itself that is jumping. I’ve tried fixes with the sticky header and that doesn’t seem to fix it. I’m wondering if this issue is happening because of javascript I may have used for placement of the items. Does anyone know of any code to override the jump from the javascript if that is the case or know of any other fixes?