havit / Havit.Blazor

Free Bootstrap 5 components for ASP.NET Blazor + optional enterprise-level stack for Blazor development (gRPC code-first, layered architecture, localization, auth, ...)
https://havit.blazor.eu
MIT License
463 stars 63 forks source link

Center the NavBar #829

Closed alpachinois closed 1 month ago

alpachinois commented 1 month ago

Hi,

I try to use your NavBar component but I'd like to center all content. I have a logo on the left and 3 NavLink. All examples put them on the left side.

Thanks for your help.

crdo commented 1 month ago

@alpachinois Set d-flex justify-content-center to ContainerCssClass parameter of HxNavbar and flex-grow-0 on the CssClass parameter of HxNavbarCollapse.