The Short Version
> From where you are linking FROM add:
- #anchor-1
- for example in the Menu you can add a custom link
- MENU > CUSTOM LINK
> Where the link should be landing:
- add anchor-1 (or other name) to CSS ID Class
- Advanced> CSS ID Class > anchor-1
> To link to an anchor to another page
- In that case you need to add the page name before the anchor, so on your button, custom menu item or text link you would add your anchor like this:
- /pagename/#anchor-1
- rather than just #anchor-1