Thank you for the very simple and informative video Betsy... super easy to navigate through! Not sure if you've faced this issue before or not, If I have multiple anchor links the multiple sections on a page, the 2nd or 3rd ones (after the first perfect one) tend to scroll in the destination page way below where they're supposed to! can't figure out why though. Obviously I'm don't the exact same thing for the 1st, 2nd and 3rd links :(
Your welcome! Thank you for the feedback. As far as the issue you are having, I haven't come across that problem. However reach out to the Luna team, they are fabulous and will help you.
Hello! If I understand you correctly, I have had that happen due to my nav header height. I added this to CSS and it solved the problem. you may have to adjust the vh based on your header height. { scroll-margin-top: 25vh; }
Thank you for the very simple and informative video Betsy... super easy to navigate through!
Not sure if you've faced this issue before or not, If I have multiple anchor links the multiple sections on a page, the 2nd or 3rd ones (after the first perfect one) tend to scroll in the destination page way below where they're supposed to! can't figure out why though. Obviously I'm don't the exact same thing for the 1st, 2nd and 3rd links :(
Your welcome! Thank you for the feedback. As far as the issue you are having, I haven't come across that problem. However reach out to the Luna team, they are fabulous and will help you.
Hello! If I understand you correctly, I have had that happen due to my nav header height. I added this to CSS and it solved the problem. you may have to adjust the vh based on your header height.
{
scroll-margin-top: 25vh;
}
@@modernhobbyist5308 thnx... will try it and revert on outcome!
Thank you for this information 🙌🏽