Source: https://divisoup.com/centering-the-centered-inline-logo/
If you use the Divi centered inline logo, and you do not have an even number of menu items with a roughly even number of characters, then it always pushes to logo slightly to the left or right.
Fix with this CSS and change the margin as needed.
/* -- START Fix centered logo -- */
.et_header_style_split #top-menu-nav {
margin-left: -80px;
}
/* -- END Fix centered logo -- */
Code language: CSS (css)