Need help with navigation bar for personal portfolio

I am a bit stuck here, Inside my header I have a

    that I am using as a navigation menu. I want the header to follow me as I scroll down the page. I set the position to fixed in css but when I scroll down my text and images end up going on top of the header. Sorry if I am not explaining my self very well but just try scrolling down and you will see what I mean.

    Personal Portfolio

    Also how do I add jquery to my project? I try importing it but every time I put code in the JS box it doesn’t happen.

Try adding the bootstrap navbar info to your header section…I had to do this to get the photos to stop going over my nav bar. Here’s a link to the section you’ll need: https://getbootstrap.com/components/#navbar

You can check my site out if it helps at all, to see a way to use the classes (if the bootstrap page doesn’t make sense at first): https://codepen.io/lindakatcodes/pen/KrGmzY

As for adding jquery…it looks like you’ve got the library in there correctly, so I’d think it should work. Admittedly I haven’t worked with jquery much, so I can’t say for sure why it wouldn’t be working. Perhaps someone else can help you out with that.

@lindakatcodes

Ty so much!