Anchor link jumps too far
-
Hello,
When clicking an anchor link, the page scrolls too far, causing the header to cover the section the link is supposed to navigate to.
Do you have a solution for this?
Hello,
Could you please share some useful screenshots for better understanding that demonstrate the problem, so we can understand and reproduce it on your website?
Also, share your site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards
Hello,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
html {
scroll-padding-top: 140px;
}
Best Regards