I am trying to align my logo (top left) and the button (top right) with the edge of my content - but when I view this on a laptop screen, the logo and button are placed inwards (although it looks perfect in WebFlow) - when I also open up the website on a wide screen, both sides are not aligned.
hi @RickA you have set container 6 to max-width: 940px. You trying set nabar width with fixed margins. Instead you can for your Navbar Row set max-width: 940px and margin:auto.