Hi there,
It looks like you’ve found some code already to make the header sticky. However, I noticed that the header is overlapping part of the first post. You can add this CSS to give it more space:
#main {
margin-top: 176px;
}
Please copy and paste this into the Custom CSS section in the Customizer (Appearance > Customize), and it will take affect right away.