Ravi Kiran Chanduri

Ravi Kiran Chanduri

  • 634
  • 1.3k
  • 1.3m

How to set the position of the bootstrap notification icon

Oct 24 2017 2:53 AM
Hi ,
 
Can any one tell me the way to set the Bootstrap nofitication icon position 
 
Sample code 
 
  1. $('body').notify({  
  2.     message: 'Hello World',  
  3.     type: 'danger'  
  4. });  
 My problem here is notification icon and the notification message are npt aligning. see the below image.
 

Answers (2)