Hello,
I have the following problem. The anchors are not properly addressed on the page. urgently need help!!
I have an anchor menu right below the header with arrows e.g. Quick Notes on the page
The anchors stored there are not displayed correctly.
For example, if I click on “Type of training” the page scrolls down but does not stop at the correct anchor. I defined the anchor ID in the grid row
Hi,
Thanks for that. The Quick Notes link is working on my end, is the problem that it’s scrolling to far maybe? If so, then you can try adding the anchor in an element above the element which you want to scroll to. You can add something like this in a Text Block element for example:
<div id="your-anchor"> </div>
Best regards,
Rikard
Thanks its working