I tried the following:
-
For Bootstrap 3 here's how to do it.
Add a modal-wide style to your HTML markup (as adapted from the example in the Bootstrap 3 docs)
and add the following CSS
.modal-wide .modal-dialog {
width: 80%; /* or whatever you wish */
}
There is no need to override margin-left in Bootstrap 3 to get this to be centered now.