How to set twitter bootstrap modal wider and higher?
Example here (please click: Launch demo modal):
http://twitter.github.com/bootstrap/javascript.html#modals
If your modal id is "myModal "
You could try adding a style like:
#myModal { width: 700px; margin-top: -300px !important; margin-left: -350px !important; } #myModal .modal-body { max-height: 525px; }
2.1m questions
2.1m answers
60 comments
57.0k users