© 2026 Hedgehog Software, LLC

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

notification position

hello all. can anybody help to find me out how to change the notification position?
in v2 version, it can be via config - layout.notifications.alignment
image.png
Solution
I already found it myself in history of discord. Sorry
use Filament\Notifications\Livewire\Notifications;
use Filament\Support\Enums\Alignment;
use Filament\Support\Enums\VerticalAlignment;

Notifications::alignment(Alignment::Center);
Notifications::verticalAlignment(VerticalAlignment::Start);
use Filament\Notifications\Livewire\Notifications;
use Filament\Support\Enums\Alignment;
use Filament\Support\Enums\VerticalAlignment;

Notifications::alignment(Alignment::Center);
Notifications::verticalAlignment(VerticalAlignment::Start);
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

notification position v2
FilamentFFilament / ❓┊help
9mo ago
notification position in v3
FilamentFFilament / ❓┊help
3y ago
Change position of individual notification
FilamentFFilament / ❓┊help
13mo ago
Customizing Notification position & styling on the fly
FilamentFFilament / ❓┊help
2y ago