Page 1 of 1

Control Modal Width

Posted: 26 May 2013
by bburke
I have multiple tabs on a form and they were displayed in two rows when using the modal popup.

I found that if you add a script editor web part to your forms and add:

<table width='1000'><tr><td width='100%'></td></tr></table>
it will control the width of your modal popup. Adjust table width to the desired value.

Re: Control Modal Width

Posted: 27 May 2013
by Dmitry Kozlov
You can also fix width of the dialog with CSS directly in Forms Designer:

Image

Re: Control Modal Width

Posted: 27 May 2013
by bburke
Much easier! Thank You!