Thursday, November 14, 2013

Mengubah ukuran Modal Dialog Box pada Bootstrap

Buat di file css (misalkan mystyle.css)
 
body #mymodal {
    /* new custom width */
    width: 560px;
    /* must be half of the width, minus scrollbar on the left (30px) */
    margin-left: -280px;
}
 
nb: mymodal -> id pada modal dialog box 

No comments:

Post a Comment