Some fields dont center and fonts are really small got Image checkboxes widget

  • nekorinstudios
    Asked on August 10, 2020 at 7:27 PM

    Hi, I have a problem with some of the field options not centering based on the type of field it is. For instance the image radio button field centers just fine, but the image checkbox field doesn't center at all. Also, is there a way the text for the options can stay big? I noticed that the more text in a line for an option the smaller the text becomes. Can I change that at all without changing how much info is in the text field?

  • Jed_C
    Replied on August 10, 2020 at 11:43 PM

    I checked on this form https://www.jotform.com/202226890396157 to compare the images on the image checkbox and image radio button widget. Both seems to appear correctly at my end.

    Image Checkbox

    1597116903The Easiest Online Form Builde Screenshot 10

    Image Radio Button

    1597116956The Easiest Online Form Builde Screenshot 21

    Can you please send us a screenshot showing that the image is not centered on Image Checkbox widget?

    Also, is there a way the text for the options can stay big? I noticed that the more text in a line for an option the smaller the text becomes. Can I change that at all without changing how much info is in the text field? — The font size is adjusting because the div size is limited. You can only adjust the text size by also increasing the maximum size of your div.

    1597117357increase font Screenshot 32

    Let us know if you are willing to increase the size of your div for each widget. Please note that it may affect the actual look on your form.

    Looking forward for your response. 


  • dewayner
    Replied on August 12, 2020 at 8:04 AM

    yes, i would like to increase the size of the div of some of the widgets.

  • Kiran Support Team Lead
    Replied on August 12, 2020 at 10:15 AM

    You may try adding the following CSS code to the Custom CSS section of the widget to increase the label size.

    label span {

    font-size: 24px !important;

    }

    159724158120200812 194150 Screenshot 10

    The image checkboxes seem to be displaying normally at my end. If you are referring to something different, please let us know. We will be happy to help.