© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
4 replies
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.
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 [""];
}
protected ?string $heading =" '';
public function getBreadcrumbs(): array
{
    return [""];
}
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Empty header and reduce page padding.
FilamentFFilament / ❓┊help
3y ago
page header
FilamentFFilament / ❓┊help
3y ago
How to reduce padding on table resource
FilamentFFilament / ❓┊help
3y ago
Page header in topbar
FilamentFFilament / ❓┊help
16mo ago