Recently, I've been experimenting with Twitter Bootstrap and have found it to be quite delightful.
I managed to create a fixed navbar that sits at the top of my website. Inside this navbar, you'll find my logo, a header, a few links, and a dropdown labeled "Jump to:". Clicking on this dropdown reveals a menu with four links that will take you to different sections within the page. All links are functioning perfectly.
My current struggle is that the fixed navbar is obstructing the headers of each section since they now appear at the top of the page. Is there a way for me to prevent this from happening? Perhaps some jQuery magic or another solution?
You can check out my website here: fishyfishy2014.gweb.io. Thank you in advance.