Some APIs let you navigate to a specific location on your page, such as wix-window's scrollTo() function. This function lets you scroll directly to an element. One thing though -- you need to know the coordinates of the element.
No one wants to start counting pixels. So here's how to get the coordinates:
Display the Wix Editor Toolbar in the Editor.
In the Editor, move the cursor to the top-left pixel of the element on the page... meaning, the element where you want the page to scroll to.
The X and Y axis Position values in the Toolbar show the coordinates.
What a useful way for you coders to have reason to visit the Wix Editor!