Comments 2Azhar started the conversationFebruary 19, 2017 at 8:14pmHow to Increase Ajax model width?[deleted] repliedFebruary 21, 2017 at 1:36pmHi Azhar,Please use this CSS: #modal-id .modal-dialog { width: 80%;}It will increase the width of a specific modal.Or via JS: $( '.modal-dialog' ).width( '80%' );I hope this will help you. Sign in to reply ...
How to Increase Ajax model width?
Hi Azhar,
Please use this CSS:
It will increase the width of a specific modal.
Or via JS:
I hope this will help you.