Pnotify center position

Apply below class:

.ui-pnotify{
   left: 50%;
   margin-left: -150px;
}

Note: Margin left should be half of your div width.

Eg: If div width is 300px then margin left will be -150px.

No comments:

Post a Comment