Dear Stephen,
I see that you are using DIVI theme.
Please try the following:
1. Navigate to Divi Theme Options > Integration tab. Make sure the “Enable header code” option is checked
2. Paste this code below and Save.
<script>
$(function(){
$('html, body').animate({
scrollTop: $('.bop-project-area').offset().top
}, 2000);
return false;
});
</script>
Now, everytime a single project loads, the view should always scroll down to the project title.
Let me know if it works for you: