I have an issue with nav links the only one working is the features link not the other two are not working I would like to know what I’m I doing wrong thanks
We would really need to see your code in order to help you. Can you give us a link?
Remember, anchor links work with id’s, not classes.
<a href="#how-it-works">
Is looking for an element with the id “how-it-works”, not a class.
1 Like
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.