How can I make the pictures larger?

  • joanfeldman
    Asked on October 18, 2018 at 11:09 AM
    Ok. I have another question related to this thread. How can I make the pictures larger?
  • BJoanna
    Replied on October 18, 2018 at 11:14 AM

    Which pictures do you want to make larger? 

    The form you originally provided is deleted. Please provide us a form you are working on and tell us exactly which pictures do you want to make larger. 

  • joanfeldman
    Replied on October 18, 2018 at 11:15 AM

    https://form.jotform.com/82903899667175

  • BJoanna
    Replied on October 18, 2018 at 12:39 PM

    Will this work for you? 

    1539880267picture Screenshot 10

    To achieve this, you have to increase the width of all widgets to 500. This can be done inside of the Field Properties. 

    1539880382width Screenshot 21

    You will also have to add the following CSS code to the Custom CSS tab in the Settings of all widgets.

    .checklist img {

        width: 70px;

        height: 70px;

        margin-right: 5px;

        vertical-align: middle;

    }

    element.style {

        border: none;

        width: 500px;

        height: 153px;

    }

    1539880478css Screenshot 32

    Here is a demo form - https://form.jotform.com/82904699956983 

    Feel free to test it and clone it

  • joanfeldman
    Replied on October 18, 2018 at 12:59 PM

    Thank you