I have researched a lot but couldn't find a proper solution for my problem.
I have found "https://api.jquery.com/scrollleft/" and "https://www.w3schools.com/jsref/met_win_scrollto.asp" but I don't really understand how I can set them up properly that it just centers the view of my whole website, which is normally wider than the browser-size.
I would like to have something like this:
<script>
window.scrollTo(50%, 0);
</script>
Just an "easy" centeration of my view-point and nothing more. Can you please setup the according script for doing this?