Why is my embedded form cutoff on the right?

  • umcwvyouth
    Asked on March 30, 2017 at 4:03 PM
    Also, this a minor detail, but when the jotform is added to our website, the border is cut off on the right side. It doesn't look like any words are missing but the blue dotted border is missing on the right side.
  • Support_Management Jotform Support
    Replied on March 30, 2017 at 4:27 PM

    I checked that page http://umcwv.org/events/vacation-bible-school/ and noticed what you're describing. To fix this, just inject the following CSS codes:

    .form-all {

        width: 100% !important;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes

    Result:

    Why is my embedded form cutoff on the right? Image 1 Screenshot 20