In bootstrap 3 you need assign width not to .modal
class but to .modal-dialog
#modalTest .modal-dialog
{
width: 500px; /* your width */
}
In bootstrap 3 you need assign width not to .modal
class but to .modal-dialog
#modalTest .modal-dialog
{
width: 500px; /* your width */
}