http://138.128.175.130/~concretecoatings/basement-floor-coatings/#process_form
Page scrolls too far and covers top of #process_from
Same behavior if you click a link that has the href set to #process_form
#x-site > header is {position: fixed; top: 0px} so it covers #process_form
I had written some js to resolve this however it seems as though pro 4 added an anonymous function to the click event, in cs.2155f74.js, to handle this however it doesn’t take account for the menu.
I understand that trying to compensate for every conceivable situation is impossible but you really should set that function to a variable before binding so it can be removed if necessary.
If you are aware of a workaround that’d be appreciated. I tried myself but the relevant file is minified and making heads or tails of it is next to impossible.