I have modal that has a row which has two columns. I hide one of the columns based on some dynamic criteria. That works to not show the column, but I would like either the modal to reduce in size, or the other column to expand so I don’t have a big white space. Any ideas?
How is your row and columns setup do you set the columns to a specific width using classes like col-x
If you have the column you hide using the col-x classes and have the other column just with the col class when you hide the column the other one will auto expand few ways to do this really depends on the structure and wanted outcome
OMG - Duh indeed. Thanks for the reminder. LOL!