jquery-confirm
jquery-confirm copied to clipboard
is not in the center
I started using it, but the dialog boxes are not aligned in the center, could anyone help me?
Make sure you add bootstrap CSS, if that does not help please create a jsfiddle to reproduce the issue
i have experienced this problem too. I cant re create the issue as I am using this as part of a chrome extension and there are other factors to think about such as 3rd party css however, in my case the following did it for me
.col-md-4{ max-width: unset!important; }