0
I have a modal that is powered dynamically by BD and I would like to be able to increase its width however the most I can find is to add the modal-lg class but I need a larger width, what I can do to solve this problem?
This is the code that is setting the modal width:
<div class='modal-dialog modal-lg modal-dialog-centered' role='document'>
Have you tried defining in your CSS
width
desiring?– Woss
If it’s not what you want to tell me, or if you have any questions, comment there.
– hugocsl
Just what I needed Hugo, thank you!
– Afonso