sponni
Hi
In the custom.css file you have this code
.jd-simple-contact-form {
position: relative!important;
width: 10%!important;
margin-right: auto!important;
margin-left: auto!important;
}
That restrict the width to 10% only http://prntscr.com/orf3r7
Change the width to 100% or remove the code to get the width comes with extension style.
Regards