How to move stack up

Have this CRUD generated page, what is the proper way to move the whole stack up, closer to the header ?

Hi @PMart,

This spacing is controlled in the layout via responsive utility CSS classes for margins and paddings.

  1. Open Shared/MainLayout.razor
  2. Edit the RadzenRow CSS classes. You can set a specific spacing for different screen sizes by inserting the respective breakpoint abbreviation. Have a look at the Spacing and Breakpoints demos to understand how these classes work.

Got it going, thank you very much for the explanation.