I am also having this issue. Using the Avada theme in WordPress. Unfortunately the site is being built so I can’t include a link you could see. I could provide a screenshot but there is nowhere to attach images here. Essentially it looks like the border of my form is the full width of the page. But the content seems contained in a smaller area (it comes out looking left justified but I think it’s just in a smaller container somehow). The CSS says the following:
#form10 .wdform_table1 table, #form10 .wdform_table1 tr, #form10 .wdform_table1 th {
border: none !important;
padding-top: inherit !important;
padding-bottom: inherit !important;
margin: inherit !important;
line-height: 1 !important;
width: 100% !important;
So I’m not sure why the content width is so much smaller than the width of the actual form.