Help With Nav Bar White Space

Hello guys,

I am trying to simply drag a navigation symbol for a nav bar into the correct space like they do in the tutorial videos and it shows a massive white space above the nav bad and completely pushes everything into a small margin. In the video its simple drag over and everything looks good. What the hell am i doing wrong?

https://preview.webflow.com/preview/innersow?utm_medium=preview_link&utm_source=designer&utm_content=innersow&preview=d92f2e8eb2058eb78b3757868e7cdf9d&mode=preview

@djkylemorgan - remove the flex styling from your body element:

image

This is causing all children (in this case the nav and the header) to be centered both vertically and horizontally in the center of the page. By removing the display flex you get something more like this:

Awesome thank you so much @sam-g