I wanted to post this bug that I mentioned earlier about the header transition. Much of the time when scrolling down, the page lands right on the point where the header bounces up and down. Is there some CSS or JavaScript that can be used to alter/delay the point the page needs to be at for this transition to occur?
Video
Hi ThePieMonster
Could you share the FTP account?
Update:
You can try with this custom css:
div#t4-header.t4-sticky { position: fixed!important; width: 100%; } div#t4-header+#t4-hero, div#t4-header+#t4-masthead { margin-top: 0; }