© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
6 replies
Moosh

Change location of notification pop up

Hi,

I have a flash message notification using the filament notifications. The default location is on top right .

Default setting on config/filament.php is as follows:

'notifications' => [
'vertical_alignment' => 'top',
'alignment' => 'right',
],

I wanted to change it to top-center and did the following.

'notifications' => [
'vertical_alignment' => 'top',
'alignment' => 'center',
],

However, its not working. Do I have to type something on the terminal to make this work? I have clear cache on my browser.
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

Change position of individual notification
FilamentFFilament / ❓┊help
13mo ago
Change alignment of single notification
FilamentFFilament / ❓┊help
2y ago
Change the location of the buttons
FilamentFFilament / ❓┊help
3y ago
Is there a way of making database notifications pop up like a standard notification?
FilamentFFilament / ❓┊help
9mo ago