F
Filament15mo ago
jals65

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.
No description
Solution:
Thanks @AliBabba420. Only one think, getBreadcrumbs function must be public. ``` protected ?string $heading =" ''; public function getBreadcrumbs(): array...
Jump to solution
2 Replies
AliBabba420
AliBabba42015mo ago
protected ?string $heading =" ''; protected function getBreadcrumbs(): array { return [""]; } add this in listrecord page
Solution
jals65
jals6515mo ago
Thanks @AliBabba420. Only one think, getBreadcrumbs function must be public.
protected ?string $heading =" '';
public function getBreadcrumbs(): array
{
return [""];
}
protected ?string $heading =" '';
public function getBreadcrumbs(): array
{
return [""];
}
Want results from more Discord servers?
Add your server