Change navbar width

Hi guys,

Just a quick and probably super easy fix, I want the elements inside my navbar to be in consistent alignment with my Max W of 1100px, you can see here in the screenshot that my logo (left side) and nav link (right side) don’t take up the correct width to stay consistent with the design.

I’m new to webflow so excuse my lack of knowledge on this!

https://preview.webflow.com/preview/envers-website?utm_medium=preview_link&utm_source=dashboard&utm_content=envers-website&preview=5cb67f8fad79a5eb208a31fdfce808f7&mode=preview


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Replace the ‘container’ in the navbar with a div. Give that div the width of 1100px, place brand, nav menu and menu button in that div.

I called my div ‘nav-container’, added flexbox to it to align the logo and nav menu on both sides of the div.

2 Likes

Thanks man, appreciate it.