Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
169
rated 0 times [  170] [ 1]  / answers: 1 / hits: 89011  / 12 Years ago, sun, february 17, 2013, 12:00:00

How to set twitter bootstrap modal wider and higher?



Example here (please click: Launch demo modal):



http://twitter.github.com/bootstrap/javascript.html#modals


More From » css

 Answers
19

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;
}

[#80176] Friday, February 15, 2013, 12 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
mckinleyi

Total Points: 121
Total Questions: 100
Total Answers: 109

Location: Peru
Member since Fri, Oct 14, 2022
2 Years ago
;