• Hi there,

    I’m trying to set the textarea fiels to be wider than they are tall. (It will adjust to be wider, but I would like to start out that way.) From searching the forum, I’ve tried pasting the following code into my css stylesheet, but it isn’t working for me:

    /*added to widen contact form 7 text field*/
    textarea {
    height: 250px;
    width: 500px;
    }

    Am I missing something?

    Contact form can be found at http://immigrationfunds.com/start-a-campaign/

    I’m using the Fundify theme.

    Thanks very much!

    http://wordpress.org/plugins/contact-form-7/

Viewing 1 replies (of 1 total)
  • Use Firebug or Chrome Dev Tools to examine the HTML and CSS of your CF7 form in detail. Once you understand how the HTML and CSS is configured in your CF7 form, you should be able to see the CSS changes you need to change the appearance of the form to suit your requirements.

Viewing 1 replies (of 1 total)
  • The topic ‘Adjusting width of textarea’ is closed to new replies.