Sometimes, we want to increase Bootstrap Modal width with CSS.
In this article, we’ll look at how to increase Bootstrap Modal width with CSS.
How to increase Bootstrap Modal width with CSS?
To increase Bootstrap Modal width with CSS, we can use the Bootstrap modal size classes.
For instance, we write
<div class="modal-dialog modal-lg">...</div>
to add the modal-lg
class to make the modal size large.
Conclusion
To increase Bootstrap Modal width with CSS, we can use the Bootstrap modal size classes.