When my pages load, it's as if the content is pushed up and then when loaded it pushes back down.
It makes my website feel clunky. I'm stuggling to figure out how to make it stay where it is while loading.
Can anyone help?
Thank you
When my pages load, it's as if the content is pushed up and then when loaded it pushes back down.
It makes my website feel clunky. I'm stuggling to figure out how to make it stay where it is while loading.
Can anyone help?
Thank you
The problem lies with the script you are using to make the header sticky. It is having to wait for the page to render so that it can get the height of the element with a class of '.top-bar-container' and append it to the element with the class of '.sticky-container' element.
I would suggest either finding a different plugin or see this other stackoverflow question for a simple implementation of a fixed header: position-fixed-header