2
Hello, while trying to increase the width of a modal in bootstrap 4, I tried to change the width of the modal-lg through css as I saw in the English stack overflow. However, I’ve tried the same code and I can’t get modal-lg to go from the 800px preset to a custom measure. The code used is as follows::
.modal-lg{
max-width:80% !important;
}
It helped a lot. I just changed the css to
.modal-lg{ min-width:80%;}
and ran straight thanks.– MachineTheGod
@Joãomartins good, good that solved then.
– hugocsl