Gift Registry Widget - Adjust Width

  • GCACjournalist
    Asked on August 10, 2017 at 7:50 PM

    I've reviewed previous articles and no luck. I've tried injecting custom CSS on the widget and form.

    I'm trying to adjust the width of the gift registry widget on my form:  https://form.jotformpro.com/72214145552954

  • Jan
    Replied on August 10, 2017 at 9:01 PM

    Please inject this custom CSS code inside the form and not inside the widget:

    #customFieldFrame_43 {
    width: 400px !important;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    Gift Registry Widget   Adjust Width Image 1 Screenshot 20

    Hope that helps. Thank you.

  • GCACjournalist
    Replied on August 10, 2017 at 9:27 PM

    aMAZing! Worked to perfection. Thanks!