This site has the sidebar expansion and logo aligned on the left and user gravatar/search button aligned right. How can I have my site do the exact same?
Hi @etriebe,
The header in Radzen Blazor demos is quite similar to what you are trying to achieve. In short, use RadzenRow and RadzenColumn to organize the layout in the header's ChildContent. You can explore how it is configured in MainLayout.razor.