Home>Support>Increase text box height in Contact Form widget?
  1. 8 years, 7 months ago Alex S
    Hi, I Work Here

    Hi Monica Hilderbrand

    You can change this with some custom CSS. Open the contact widget you wish to edit, then go over to the widget styles sidebar and open up the attributes grouping. Input a widget class that will be later used in our CSS. For this example I’m going to use contact_form

    Save your page and then, navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    
    .contact_form .sow-form-field-textarea {
        height: 250px;
    }
    

    Be sure to adjust the height so your textarea is the correct height.

    You might also need to install the SiteOrigin CSS Editor.

  2. 8 years, 7 months ago Monica Hilderbrand

    Thanks for the reply, Alex. I followed the steps you used. Now, the position of the button at the bottom of the contact form has changed, but the size of the text box is still small.2016-02-23

  3. 8 years, 7 months ago Alex S
    Hi, I Work Here

    Hi Monica,

    It’s possible it’s being overridden by something else Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  4. 8 years, 7 months ago Monica Hilderbrand

    This is the current address for the website build, but it will move in a few days. http://www.firroadcc.dreamhosters.com/contact/

  5. 8 years, 7 months ago Alex S
    Hi, I Work Here

    Hi Monica,

    I’ve had a look and your theme is making your textarea look so small. It’s however, not the issue at fault here; my CSS is. Please update the CSS I gave you with the following CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .contact_form .sow-form-field-textarea textarea {
        height: 250px;
    }
    
    .contact_form .sow-form-field-textarea {
        margin-bottom: 100px;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

  6. 8 years, 7 months ago Monica Hilderbrand

    This is working now. Thank you very much!

  7. 8 years, 7 months ago Alex S
    Hi, I Work Here

    Hi Monica,

    Great to hear! Is there anything else I can help you with today?

  8. 8 years, 7 months ago Monica Hilderbrand

    Not right now, thank you again! :)

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More