Support » Plugin: Contact Form 7 » resize text area so it's still responsive

  • My text area will resize with this code:

    #wpcf7-f2905-p44-o1 .wpcf7-textarea{
    width:600px;
    height: 100px;
    }

    but when I change to:

    #wpcf7-f2905-p44-o1 .wpcf7-textarea{
    max-width:600px;
    height: 100px;
    }

    it does not do anything and reverts back to the original size. How can I make my text area responsive with the size change?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Please include a link to your Contact Form 7 form so we can examine your form in detail using Firebug or Chrome Dev Tools to understand the CSS used for your CF7 form elements.

    Thread Starter dev grl

    (@siqve006)

    I’d rather it be private, is there a common best practice you could suggest to fix this? Or can I email it.

    It’s common practice to share links here – it’s how people can look at your actual problem.

    By contrast asking for private contact via email is not permitted in this forum. I wouldn’t do it anyway.

    Finally without a link to your form I can’t use Firebug etc. to see what’s going wrong. So I can’t assist you further.

    You can always use Firebug etc. yourself to find your problem & fix it provided you have suitable skills.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘resize text area so it's still responsive’ is closed to new replies.