I’m having a problem linking to a section. The actual function works, when I press the button it takes me to the correct section, but the content is cut off. I tried a few different things.
I made the navigation sticky, and gave a relative position but that didn’t work. I also tried giving it top margin, but that didn’t work either.
I would really appreciate is someone could give me a solution.
Making the Navbar fixed, wrapping it in a div and giving that div a header tag should solve this issue. Not only should this solve the problem. Besides solving this issue, it COULD also improve structure.
All of the menu items jump to a specific section. When you scroll down and then click the about link, when it scrolls to the link, it cuts off the content.