Home › Forums › Support › Internal Link This topic has 5 replies, 3 voices, and was last updated 4 years, 2 months ago by Elvin. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts July 13, 2021 at 8:42 am #1854430 afuente26 Hello again, I have a recurrent issue. When I insert an internal link in the menu, to another point inside the page, the link brings me to the point I need, but the menu is above. Any idea? Thanks Angel July 13, 2021 at 9:30 am #1854474 LeoStaff Customer Support Hi there, This should help: https://docs.generatepress.com/article/smooth-scroll/ July 13, 2021 at 11:54 pm #1854993 afuente26 Thanks a lot. The video is very good explained. I´ve done already what the video says, but I have still the same problem. First, I have to add html { scroll-behavior: smooth !important; } to the css, otherwise, it doesn´t work. Ok. Thanks not really bad. Second, and this is what I don´t like, is that the linked text (or whatever) stays UNDER the menu, not behind it. You can try yourself to see what I meen… Thanks again.. Angel July 14, 2021 at 5:34 pm #1856110 ElvinStaff Customer Support Hi there, For this, I believe it’s either you do the padding+margin trick on the destination element or, use a script that allows you to add offset to the anchors. You can try the jQuery script provided here – https://generatepress.com/forums/topic/anchor-links-load-behind-sticky-header/#post-991786 – and play around with the offset value. July 15, 2021 at 1:02 am #1856351 afuente26 Thanks a lot Elvin, finally, I´ve found an easy and quick solution, that I want to share. :target:before { content: “”; display: block; height: 100px; margin: -100px 0 0; } @media (max-width: 768px) { :target:before { content: “”; display: block; height: 60px; margin: -50px 0 0; } } Thanks a lot again. I´m really glad with your template and your support. Greetings Angel July 15, 2021 at 1:41 am #1856383 ElvinStaff Customer Support Nice one! Thanks for sharing. Glad you got it sorted. 😀 Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In