0

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

http://www.customlogoshop.com/logo-design

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
Luke Hall
  • 35
  • 1
  • 8
  • you have use `sticky-container` class in header having a `height:67.4px`, is that height been given by you are applied by a plugin ? – M.Tanzil Jun 26 '16 at 21:03
  • I'm unsure, I think it could be a plugin since I can't find the height in any css styles – Luke Hall Jun 26 '16 at 21:17

1 Answers1

0

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

Community
  • 1
  • 1
Steveeeie
  • 99
  • 7