1
Reply

How to set the position of the bootstrap notification icon

Ravi Kiran Chanduri

Ravi Kiran Chanduri

Oct 24 2017 2:53 AM
244
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 (1)