Video Tutorial
Or, watch this video tutorial on our PrestoPro WordPress Youtube channel.
YouTube Channel: PrestoPro WordPress
PrestoPro WordPress
About this Video Tutorial
Video tutorial on how to use anchors within Elementor within the Text Editor and using the Menu Anchor widget.
Tips:
- Use all lowercase with anchor IDs, just helps with memory.
- Set your anchor first, but it doesn’t matter.
- Add a bottom margin to the anchor in order to push the content down if desired–just to make it look perfect.
First, you set an anchor using an identifier within an anchor tag:
<a id="tables">Target Text</a>
Second, you use that anchor with the pound sign within an anchor link:
<a href="#tables">Jump to target</a>