Hello! Clicking positioning issue! Help please!

Hello! I’m creating my personal profile to try to meet the standards of the personal portfolio section of the camp.

I’m having issues with clicking, where my ‘about portfolio contact’ is where I want to be able to click, but instead the button to click this is above the words. How would I go about fixing this?

Also any feedback on my project would be grateful!

Thanks :slight_smile:

You need to place the Text insie the link tag a like this:

<a href="/about">About</a>

Thank you, helped me with the problem. I totally forgot about that. :smile: