Hi
You must set correct CSS ID for the correct section. This topic will help you:
https://wordpress.org/support/topic/click-on-the-menu-and-go-down-to-the-right-place/
1. Remove the section CSS ID from the current section (in your case “about”)
2. Add the CSS ID (you have in the menu) to correct section (in your case “about”)
Note: Every CSS ID must be unique, you can not have 2 same CSS IDs on one page.