Remove iframe scroll bar and adjust individual column width of Checkboxes

  • WNCVPMembership
    Asked on April 24, 2016 at 2:28 PM

    Hi, 

    I could use some help! I see from the forums there is a way to eliminate the scroll bar. I'm a bit of a novice, so specific guidance would be appreciated.

    I'd also like to know if it's possible to adjust individual column widths instead of just spreading the same width between columns, or some way to make the columns uniform when the text length varies. (see activity selection area.) The form is really long if we just put them in one column, but we would be happy with at least 2 columns.  

     

    I've included a link to the form on our website. Thank you!!! 

  • jonathan
    Replied on April 24, 2016 at 3:46 PM

    I checked on your website the embedded form http://www.jotform.us/form/61136565828159   and I cannot see any scroll bar anymore. It was because you have already disabled it on the iframe embed code of the form. So the scroll bar part seems resolve already. (let us know if still not)

    Remove iframe scroll bar and adjust individual column width of Checkboxes Image 1 Screenshot 20

    You must be referring to the spread column width of the checkboxes which seems to be wrapping incorrectly due to lack of width for the items. This can be corrected using custom injected CSS codes on the form. 

    I'll get back shortly with the CSS code needed.

     

  • jonathan
    Replied on April 24, 2016 at 3:59 PM

    I used this CSS codes on my test form, and it fixes the Checkboxes spread column alignment

    .form-checkbox-item {

        width : 230px !important;

    }

    Remove iframe scroll bar and adjust individual column width of Checkboxes Image 1 Screenshot 20

     

    You can try also on your form. Let us know how it goes.

    Thanks.

  • WNCVPMembership
    Replied on April 24, 2016 at 6:29 PM

    I copied the CSS code above at the end of the HTML code in the "edit code" mode (Wix) but it didn't change anything or look like your example & instead the code showed up as text on the form. I deleted it. Where within the HTML code should this additional code be placed? 

  • jonathan
    Replied on April 24, 2016 at 7:10 PM

    I applied it on your form http://www.jotform.us/form/61136565828159 using the Form Designer

     

    Remove iframe scroll bar and adjust individual column width of Checkboxes Image 1 Screenshot 30

     

    you can see now on your website http://wnclvv.wix.com/wncmain#!join/c1iwz that the change have taken effect.

    Remove iframe scroll bar and adjust individual column width of Checkboxes Image 2 Screenshot 41

    Let us know if you need further assistance.

     

     

  • WNCVPMembership
    Replied on April 24, 2016 at 7:44 PM

    You are the BEST!!! Thank you so much. :) 

     

     

  • Kevin Support Team Lead
    Replied on April 25, 2016 at 1:28 AM

    On behalf of my colleague, you're welcome.

    Do let us know if you need further assistance, we will be glad to help you.