Hi
I have given Vertical Center but it is displaying in Top Right of Main Layout. Using NotifyJs
<script type="text/javascript"> window.onload = function () { var message = "Successfully Saved"; $.notify(message, { class: "my-class", delay: 0, align: "center", verticalAlign: "top", animationType: "scale", close: true, type: "success" }); };
Thanks