I added some padding to the CSS body and now my new sticky headers shift to the right as you scroll down.
The CSS is just:
body {
padding:10px;
}
But when you get back to the top they ‘pop’ back into correct position
Please advise, thank you!
Jason