Search code examples
htmlaspnetboilerplate

AdminBSB - how to make modal forms wider


I'm using AdminBSB with the MVC Core + jQuery template. I was wondering if the width of the modal forms can be easily customised without breaking other styles?

I'd love to just make them a little wider.

Thanks


Solution

  • You can set the style with width and height like below.

    <div class="modal-dialog" style="width: 80%;height: 88%;">
    

    Or you can see demo modal-sm or modal-lg also.