F
Filament10mo 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
AliBabba42010mo ago
protected ?string $heading =" ''; protected function getBreadcrumbs(): array { return [""]; } add this in listrecord page
Solution
jals65
jals6510mo 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
More Posts