© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•11mo ago•
3 replies
czehnter

Remove unusual grid from EditProfile form

Hi, I'm using a custom class and form to build a custom
EditProfile
EditProfile
page like this:

->profile(EditProfile::class, isSimple: false)
->profile(EditProfile::class, isSimple: false)


It seems like the view/layout that is used to generate this page is different from the "standard" form builder. All form fields are placed in a grid to make the label inline. I can't seem to find the source of this and would like to remove this styling to use the standard form builder layout.
Solution
For some reason I had to add
->inlineLabel(false)
->inlineLabel(false)
to each section to get the "standard" layout. Not sure why, I'm pretty sure that I didn't have to do this before.
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

MultiTenancy EditProfile
FilamentFFilament / ❓┊help
3y ago
Custom EditProfile page not rendering the form
FilamentFFilament / ❓┊help
2y ago
Remove Grid from Pie/Doughnut(chart-widget)
FilamentFFilament / ❓┊help
3y ago
How to remove Form from View page
FilamentFFilament / ❓┊help
3y ago