To create a centered navigation bar like the one on the Pantone website in Webflow, you need to use Flexbox or Grid to structure your layout and center the nav links around a central logo. Here's how to build it.
nav-wrapper
to hold your three main elements:nav-wrapper
, add three Div Blocks:nav-left
: For your left navigation links (e.g., "Shop", "Color Finder").nav-center
: For the logo (e.g., Pantone logo).nav-right
: For right-hand links (e.g., "Login", "Search").Select the nav-wrapper
and:
Set Display to Flex.
Set Justify to Space-between.
Set Align to Center.
This will push the left and right groups to the sides and keep the logo centered.
nav-left
and nav-right
so they don't push the center logo off.nav-left
and nav-right
and using a Menu button.nav-wrapper
or the Navbar for spacing.To replicate Pantone’s centered navbar, build a three-part flexbox layout inside a custom navigation bar—left links, centered logo, and right links. Use Flex: Space-between and center alignment to position everything cleanly, then style for different screen sizes.