This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Increase text box height in Contact Form widget?

Resolved 8 replies customizationpluginplugin-widgets-bundle
Started · Latest reply by Monica Hilderbrand

Hi,

The title is pretty self-explanatory. I would like to increase the height of the text box in a contact form. The Field Type is set as Text Area. How may I do this?

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

8
  1. Alex S Staff

    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. 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. Alex S Staff

    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. 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. Alex S Staff

    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. Monica Hilderbrand

    This is working now. Thank you very much!

  7. Alex S Staff

    Hi Monica,

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

  8. 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.

Have a different question or issue?

Start New Thread