I have to support IE8. The modal itself works fine, but my attempts to resize it (which work fine in Firefox) don\'t work in IE8.
I\'m just adding a class (wide-mod
In bootstrap 3 you need assign width not to .modal class but to .modal-dialog
.modal
.modal-dialog
#modalTest .modal-dialog { width: 500px; /* your width */ }