Increase the Text Box with CSS

  • langdale_it
    Asked on March 1, 2019 at 11:28 AM

    Hi

    Please see..


    https://eu.jotform.com/build/90582303329354


    I want to increase the size of the Text Area size, and also the button size - how can I do this please.

    Thanks

  • roneet
    Replied on March 1, 2019 at 12:41 PM

    Which text are you referring to? Is it the Configurable List's text area or the other one?

    You can drag the corner of the text area on the Form to increase the width or if you want to fix the height and width then we can add custom CSS code in the form.

    1551462017form Screenshot 10

    Please confirm us which button and text area's width you want to increase.

    Thanks.

  • langdale_it
    Replied on March 5, 2019 at 4:13 AM

    The Text are - with 'Hint Text' I want it to be larger in the first instance - so yes via CSS.

  • roneet
    Replied on March 5, 2019 at 6:13 AM

    I have injected the following CSS in the Configurable List widget. If you want to further increase the width further then you may increase the height and width.


    textarea {
        width: 200px!important;
        height: 60px!important;
    }
    .add{
    width:40px;
    height:40px;
    }

    Increase the Text Box with CSS Image 10

    Let us know if you have further questions.

    Thanks.

  • langdale_it
    Replied on March 7, 2019 at 7:51 AM

    Thanks - now the next issue, how can I line up the questions in the Fire Safety - Monthly Audit Check Sheet

  • langdale_it
    Replied on March 7, 2019 at 7:55 AM

    1551963305layout Screenshot 10

  • roneet
    Replied on March 7, 2019 at 10:16 AM

    I have moved your next question to a separate thread.

    https://www.jotform.com/answers/1753928

    We will address it shortly.

    Thanks.