I tried the following:
30条回答 旧巷少年郎 (楼主) 2020-11-27 09:16 I solved it for Bootstrap 4.1 Mix of previously posted solutions .modal-lg { max-width: 90% !important; /* desired relative width */ margin-left:auto !important; margin-right:auto !important; } 0 讨论(0) 查看其它30个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
I solved it for Bootstrap 4.1
Mix of previously posted solutions
.modal-lg { max-width: 90% !important; /* desired relative width */ margin-left:auto !important; margin-right:auto !important; }