I built my navbar just fine but once i wanted to put the next section in on the page (which is the welcome section) it would keep overlapping whatever is written in that area. I tried changing my welcome sections margin so that it would appear farther beneath my navbar but everytime i change the margin values my navbar just follows it and covers it however far down the page it goes, this only happens whenever i apply the POSITION: FIXED; property to my navbar. Thanks for the help here is the PEN
I’m not seeing any margins set on the #welcome-section
div, but I am seeing padding set to 0. The only thing I did was give it a top padding of 50px and the nav bar stayed at the top. Perhaps you can try again and if you are still having problems please leave those problems in your codepen so we know exactly what you are referring to.
1 Like
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.