© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
8 replies
Prosp30

Modal footer actions alignment

Hi there,

I am looking through the docs, but cant seem to figure it out. Is it possible to align action modal footer buttons to the right, instead of the left?

I know that I can do it in other parts by using

public function getFormActionsAlignment(): string|Alignment
    {
        return Alignment::End;
    }
public function getFormActionsAlignment(): string|Alignment
    {
        return Alignment::End;
    }


But I am not sure how to acomplist it in the modal action?
image.png
Solution
->modalFooterActionsAlignment() iirc
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

Global Form/Modal Actions Alignment
FilamentFFilament / ❓┊help
2y ago
How to test modal footer actions
FilamentFFilament / ❓┊help
9mo ago
Modal alignment
FilamentFFilament / ❓┊help
3y ago
Modal Footer
FilamentFFilament / ❓┊help
2y ago