/* Center the header content (logo and main navigation) */ .header-inner { text-align: center; } /* Center the logo (optional, if needed) */ .header-title-logo { display: inline-block; } /* Center the main navigation */ .header-nav { display: inline-block; } /* Adjust the spacing between the logo and navigation (optional) */ .header-title-logo, .header-nav { margin: 0 auto; } /* If you want to center the individual navigation menu items */ .header-nav .nav-item { display: inline-block; margin: 0 15px; /* Adjust the margin as needed to control spacing between menu items */ } /* Optional: Center the site title (if it's present) */ .header-title { text-align: center; }