change Modal Window size
change Modal Window size
Andreas S.
Posts: 208Questions: 74Answers: 4
in Editor
I try to change the modal-dialog size to 800px with a css statement, but this did not work. The debugger show me that the css statemant
div.modal-dialog,
.modal-dialog div.modal-content {
width: 800px !important;
}
Any Idea where i could change the width of the modal-dialog?
Andreas
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Are you using Bootstrap 3/4 or something else?
Allan
BS 4
Bootstrap is using this:
So you need to alter the
max-width
of the.modal-dialog
:Searching for "change width of bootstrap 4 modal" also finds this thread among others which discusses this issue and how to resolve it.
Allan
Is it possible to change the modal-dialog css class to for example modal-dialog-lg. I need the lg not in all modal windows
Andreas