Hi i have build a page that has a side bar navigation.
Each of the links in the side bar should slide the page up and down between the content.
Because im using the sidebar functionality i have not used a color section or grid section, so i dont have access to a developer ID to add an anchor link too.
I do have the css classes activated on all elements, but i cannot seem to get an anchor to work in this field.
Could someone direct me to the solution please.
Hi Gareth!
You can add a Code Block element to your page above your content and insert following
<div id="my-anchor"></div>
then add a button element and link it to #my-anchor
Cheers!
Yigit
Thanks Yigit! Have a great day :)