Center toastr notifications within a div

Kondamne

New Member
I'm trying to get my toastr notification to show up in the middle of a div. I've seen some suggestions, like this one, but it's centering based on the overall window, and not within a div.Is it possible to center a toast notification within a form element, when toastr knows nothing about the elements on a form?My latest attempt was to roughly center the toast within the page, but I'd like to center it within a certain div. Is that possible? If so, how?This is my centering attempt:\[code\].toast-center { top: 50%; left: 40%;}\[/code\]
BAh8H.png
 
Back
Top