Empty header and reduce page padding.

Hi, In a custom page I want to have my content full, I only want the sidebar and the app header.

I want to remove the page header and the padding-x of the page.

I want to delete all red space, and make green full page.
Captura_de_Pantalla_2023-10-05_a_las_16.37.55.png
Solution
Thanks @AliBabba420. Only one think, getBreadcrumbs function must be public.

protected ?string $heading =" '';
public function getBreadcrumbs(): array
{
    return [""];
}
Was this page helpful?