My navigation bar correctly directs me to the 'work' section, but when I click on ABOUT in the navigation bar, it drops down about 300px above the 'about' h2. I suspect that this issue may be related to positioning and display settings. I have been trying different solutions, such as adding
#about{
margin-top: 360px
}
However, this seems like a temporary fix for a larger underlying problem with my website's structure. I've attempted various approaches, but the 'work,' 'about,' and 'contact' sections keep overlapping, which is quite confusing. It seems like the divs are not stacking properly or something else is amiss. Your assistance would be greatly appreciated.
is where you can view the site. Thank you.