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.

Replies

8
  1. Alex S Staff 10 years, 5 days ago

    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 10 years, 4 days ago

    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 10 years, 4 days ago

    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 10 years, 4 days ago

    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 10 years, 4 days ago

    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 10 years, 4 days ago

    This is working now. Thank you very much!

  7. Alex S Staff 10 years, 4 days ago

    Hi Monica,

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

  8. Monica Hilderbrand 10 years, 4 days ago

    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