Hello,
on my home page
I put 3 anchor link:
the link “per 2/3 persone” should go to http://sitenew.ilpoderino.it/index.php/appartamenti/#duetre
the link “per 3/4 persone” should go to http://sitenew.ilpoderino.it/index.php/appartamenti/#trequattro
the link “per 4/6 persone” should go to http://sitenew.ilpoderino.it/index.php/appartamenti/#quattrosei
On “appartamenti” page I put these anchor:
in reality these go on the bottom of page “appartamenti”
How can I do?
Best regards
Greta
Hey gretabeneforti,
When I test I find the Chrome & Firefox goes to the anchor correctly, but Edge goes to the bottom of the page. One option to correcting this would be to try a plugin such as: Hash Link Scroll Offset or Page scroll to id
Another option would be to add an offset to the anchor, first add a class to the anchor like this:
<a class="anchor" name="duetre"></a>
then add this code in the General Styling > Quick CSS field:
.anchor {
display: block!important;
height: 100px!important;
margin-top: -100px!important;
visibility: hidden;
}
The advantage to using a plugin is that they add a js script that controls the offset across different browsers more efficiently.
Best regards,
Mike
Hello Mike,
I istalled the plugin “Page scroll to id”, now my problem is solved
Thank you
Best regards
Greta
Hi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike