Nav Width not taking up 100%

I… never use nav element but this time I decided to and am stumped why it’s not taking 100% width.

Made it, and it’s container 100%… checked margins, etc … stumped…

https://preview.webflow.com/preview/leschied-enterprises?utm_medium=preview_link&utm_source=dashboard&utm_content=leschied-enterprises&preview=5d867146988fd5c5ad67fe9b3d5bc229&mode=preview

The default navbar contains a container. Containers are special Webflow elements that have properties already defined. By default a container has a max-width set to 960px. So that constrains the element. If you want at full width navbar just add a div and move the children of the container into it. A div by default is 100% wide, being only constrained by a parent.

There is a page in the Webflow University that I recommend you review if you haven’t.

If you are still stuck, let us know.

1 Like

That’s great thank you. Thought I was losing my mind.